|
From: Heiko Z. <he...@zu...> - 2008-04-17 14:27:07
|
"make makefile" only takes care of build, install and iso. Yes you can use it for the official release, but I would set it to compile only 1 script at the time. Sometimes it doesn't behave right, depending how many you do in parallel. This fine for test compiles, but not for production. If it fails, just run "make makefile" again and it usually works. I use this on my dual core box: CONFIG_PARALLEL_JOBS=4 3 may be better, but I like stressing the box. ;-) -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Bruce Smith <bw...@ar...>: >> rm -rf tmp/busybox* >> untar the new one into tmp/ >> rm tmp/.done*busybox >> make clean makefile >> >> You guys may not know about "make makefile", it's a little faster and >> supports the parallel compile of several scripts at the same time. > > Where else do you use "make makefile"? > Do you use it after a make mrproper? (how?) > Do you use it for a "DL_IS_OFFICIAL_RELEASE"? (how?) > > - BS > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |