|
From: Heiko Z. <smi...@us...> - 2010-01-31 16:58:26
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3940 Modified Files: CHANGES Makefile.build.custom Makefile.inc Makefile.install.custom Makefile.iso.custom Makefile.prepare.custom Log Message: default goal for makefiles is now 'all' Index: Makefile.install.custom =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install.custom,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.install.custom 6 Jan 2010 14:35:14 -0000 1.1 +++ Makefile.install.custom 31 Jan 2010 16:58:18 -0000 1.2 @@ -18,5 +18,5 @@ #yourscript1: -#yourscript1: | yourscript1 +#yourscript2: | yourscript1 Index: Makefile.inc =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.inc 6 Jan 2010 14:35:14 -0000 1.3 +++ Makefile.inc 31 Jan 2010 16:58:18 -0000 1.4 @@ -12,6 +12,8 @@ SCRIPT = $(@F) LOG_FILE = $(LOG_DIR)/$(PHASE)/$(SCRIPT) +.DEFAULT_GOAL := all + include Makefile.$(PHASE).custom .SILENT : Index: Makefile.build.custom =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build.custom,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.build.custom 9 Jan 2010 15:54:08 -0000 1.2 +++ Makefile.build.custom 31 Jan 2010 16:58:18 -0000 1.3 @@ -22,5 +22,5 @@ #yourscript1: -#yourscript1: | yourscript1 +#yourscript2: | yourscript1 Index: Makefile.iso.custom =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.iso.custom,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.iso.custom 6 Jan 2010 14:35:14 -0000 1.1 +++ Makefile.iso.custom 31 Jan 2010 16:58:18 -0000 1.2 @@ -18,5 +18,5 @@ #yourscript1: -#yourscript1: | yourscript1 +#yourscript2: | yourscript1 Index: Makefile.prepare.custom =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.prepare.custom,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.prepare.custom 6 Jan 2010 14:35:14 -0000 1.1 +++ Makefile.prepare.custom 31 Jan 2010 16:58:18 -0000 1.2 @@ -18,5 +18,5 @@ #yourscript1: -#yourscript1: | yourscript1 +#yourscript2: | yourscript1 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1334 retrieving revision 1.1335 diff -u -d -r1.1334 -r1.1335 --- CHANGES 31 Jan 2010 15:38:07 -0000 1.1334 +++ CHANGES 31 Jan 2010 16:58:18 -0000 1.1335 @@ -22,6 +22,7 @@ # 1.4RC3 +- build system: default goal for makefiles is now 'all' - updated Mail-SpamAssassin-3.3.0 - added Mail-SpamAssassin-rules-3.3.0.r901671 - updated Python-2.6.4 |