From: <smi...@us...> - 2003-10-13 17:36:15
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv24889/scripts/configuration Modified Files: cvs.config pd-cvs.config Log Message: updated for build system v3 Index: cvs.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/cvs.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cvs.config 2 Oct 2003 15:58:26 -0000 1.2 +++ cvs.config 13 Oct 2003 17:36:11 -0000 1.3 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Programming" bool "CVS" CONFIG_CVS +test "$CONFIG_PDCVS" = "y" || menu_add "System|Programming" bool "CVS" CONFIG_CVS Index: pd-cvs.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/pd-cvs.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pd-cvs.config 2 Oct 2003 15:58:26 -0000 1.2 +++ pd-cvs.config 13 Oct 2003 17:36:11 -0000 1.3 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Programming" bool "CVS (old v1.10.8-PD2 only for Propack Data use!)" CONFIG_PDCVS +test "$CONFIG_CVS" = "y" || menu_add "System|Programming" bool "CVS (old v1.10.8-PD2 only for Propack Data use!)" CONFIG_PDCVS |