From: Heiko Z. <he...@zu...> - 2003-12-20 02:56:20
|
Bruce Smith wrote: >>>+ if [ -z "$RUN_ONLY_CMD" ];then >>>+ $MYDIR/$SCRIPT $CMD &> $WORKDIR/LOGS/$CMD/$SCRIPT >>>+ else >>>+ $MYDIR/$SCRIPT $CMD >>>+ fi >>> >>> >>maybe we could make the "&>" stuff optional ? i find rather annoying not >>seeing what is going on in the compilation process. if no one has anything >>against, i'll send a little patch to read from command line something like: >> >>Do you want to log the output of the build process [Y/n] ? >> >> > >NO NO NO!!! Do NOT make it a question! > >I run "make mrproper unpack prepare build install iso" as one line and >go to bed. I do NOT want to come back the next day and see it asking me >a question. I want a finished ISO image! > >There are other ways to do it without hanging up the script. But don't >do it on my account, I like the look of the new output. :-) > > Just put it as an option in "menuconfig" under "Build System Configuration" But I would rather call it "disable build system logfiles" Heiko |