The following should do the job for me: script -c 'make V=99 IGNORE_ERRORS=m' compile_`date +%Y%m%d_%H%M%S`.log
This is done in a screen session, which I can detach (STRG+A, D) and reattach (screen -r). Hope that it really compiles till the end. We'll see later. Maddes On 09.06.2009 12:55, Matthias Buecher / Germany wrote: > Thanks for the tip. > > "script" is an option for storing the logs, and "screen" to put it into > the background. > Have to check out how to use script correctly. > > Maddes > > On 09.06.2009 11:45, ZioPRoTo (Saverio Proto) wrote: >>> is there an easy way to compile everything, where compilation errors do >>> not stop the compilation process? >>> As manually removing a problem package and manually restarting is >>> wasting a lot of time. >>> All compilation errors should be stored in a log so that they can be >>> checked afterwards. >> I know that if you call: >> >> make IGNORE_ERRORS=m >> >> all packages marked to compile as modules will not stop the compiling >> process in case of errors. >> >> I have no idea if there are some logs somewhere ... >> >> Saverio >> _______________________________________________ >> openwrt-devel mailing list >> openwrt-devel@lists.openwrt.org >> https://lists.openwrt.org/mailman/listinfo/openwrt-devel > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel