From: Friedrich L. <fr...@us...> - 2004-04-11 00:35:31
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19636/scripts/configuration Modified Files: prepare.config Log Message: let the user decide if he wants to run the build nice'd or not [defaults to yes] Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- prepare.config 23 Mar 2004 21:41:32 -0000 1.13 +++ prepare.config 11 Apr 2004 00:21:57 -0000 1.14 @@ -20,6 +20,9 @@ test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 menu_add "Build Configuration" list "Parallel Build Jobs" CONFIG_PMAKE 1 2 3 4 5 6 7 8 9 10 +test -z "$CONFIG_NICE" && CONFIG_NICE=y +menu_add "Build Configuration" bool "Run build with nice" CONFIG_NICE + menu_add "Build Configuration" bool "Disable Build system logfiles" CONFIG_DISABLELOGGING test -z "$CONFIG_INITRD_FS" && CONFIG_INITRD_FS=CRAMFS |