Created
July 26, 2011 13:47
-
-
Save moritz/1106801 to your computer and use it in GitHub Desktop.
Building niecza with -j3
This file contains hidden or 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
$ make -j3 | |
rm -rf boot/ | |
make: *** No rule to make target `boot/obj/CORE.nam', needed by `boot/obj/CClass.nam'. Stop. | |
make: *** Waiting for unfinished jobs.... | |
mkdir boot | |
wget --no-check-certificate -Oboot/niecza.zip $(cat FETCH_URL) | |
--2011-07-26 15:47:36-- https://github.com/downloads/sorear/niecza/niecza-8.zip | |
Resolving github.com... 207.97.227.239 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment