Created
August 13, 2008 21:15
-
-
Save bmizerany/5307 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd erts/emulator && ERL_TOP=/root/src/otp_src_R12B-3 make generate depend | |
make[1]: Entering directory `/root/src/otp_src_R12B-3/erts/emulator' | |
make -f i686-pc-linux-gnu/Makefile generate | |
make[2]: Entering directory `/root/src/otp_src_R12B-3/erts/emulator' | |
make[2]: i686-pc-linux-gnu/Makefile: No such file or directory | |
make[2]: *** No rule to make target `i686-pc-linux-gnu/Makefile'. Stop. | |
make[2]: Leaving directory `/root/src/otp_src_R12B-3/erts/emulator' | |
make[1]: *** [generate] Error 2 | |
make[1]: Leaving directory `/root/src/otp_src_R12B-3/erts/emulator' | |
make: *** [depend] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment