Date: Wednesday, April 11, 2007 @ 10:58:13
  Author: marc
    Path: /cvsroot/carob/lms-kit-builder

Modified: GNUmakefile (1.12 -> 1.13)

Renamed $SRCKIT to $KIT and $SRCKITDIR to $KITDIR


-------------+
 GNUmakefile |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)


Index: lms-kit-builder/GNUmakefile
diff -u lms-kit-builder/GNUmakefile:1.12 lms-kit-builder/GNUmakefile:1.13
--- lms-kit-builder/GNUmakefile:1.12    Fri Apr  6 18:57:31 2007
+++ lms-kit-builder/GNUmakefile Wed Apr 11 10:58:13 2007
@@ -35,9 +35,8 @@
 LMSTAR = ${LMSDIR}.${TGZ}
 
 
-SRCKITDIR = libmysequoia-kit-${libmysequoia_version}c${carob_version}
-SRCKIT = ${SRCKITDIR}.tar
-
+KITDIR = libmysequoia-kit-${libmysequoia_version}c${carob_version}
+KIT = ${KITDIR}.tar
 
 build: ${CAROBDIR} ${LMSDIR}
        ${MAKE} -C ${CAROBDIR} CUSTOM=libmysequoia # comment out CUSTOM here to 
let carob subdir decide
@@ -51,24 +50,24 @@
 kit: check-diff kit-force
 
 check-diff:
-       @cvs diff -u --brief || { cvs diff -u ; printf " -->  Releasing a kit 
with UN-committed files is not allowed!\n\n"; exit 1; }
+       @cvs diff --brief || { cvs diff -u ; printf " -->  Releasing a kit with 
UN-committed files is not allowed!\n\n"; exit 1; }
 
-kit-force: ${SRCKIT}
+kit-force: ${KIT}
        @cvs diff -u || true # ignore errors, just inform
-       @printf "\nSource kit  - ${SRCKIT} -  is ready,\n"
+       @printf "\nSource kit  - ${KIT} -  is ready,\n"
        @printf "Don't forget to CVS-tag if you release this source kit to 
anyone\n\n"
 
-${SRCKIT}: ${CAROBTAR} ${LMSTAR} GNUmakefile lmsbuild.sh build.properties 
README
-       ${RM} ${SRCKITDIR} ${SRCKIT}
-       mkdir ${SRCKITDIR}
-       cp $^ ${SRCKITDIR}
-       ${TAR} cf $@ ${SRCKITDIR}
-       ${RM} ${SRCKITDIR}
+${KIT}: ${CAROBTAR} ${LMSTAR} GNUmakefile lmsbuild.sh build.properties README
+       ${RM} ${KITDIR} ${KIT}
+       mkdir ${KITDIR}
+       cp $^ ${KITDIR}
+       ${TAR} cf $@ ${KITDIR}
+       ${RM} ${KITDIR}
 
 clean:
        - ${MAKE} -C ${CAROBDIR} clean
        - ${MAKE} -C ${LMSDIR} clean
-       ${RM} ${SRCKITDIR} ${SRCKIT}
+       ${RM} ${KITDIR} ${KIT}
 
 distclean: clean
        - ${MAKE} -C ${CAROBDIR} distclean

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to