Date: Friday, April 6, 2007 @ 11:46:03
  Author: marc
    Path: /cvsroot/carob/lms-kit-builder

Modified: GNUmakefile (1.4 -> 1.5)

Better messages


-------------+
 GNUmakefile |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


Index: lms-kit-builder/GNUmakefile
diff -u lms-kit-builder/GNUmakefile:1.4 lms-kit-builder/GNUmakefile:1.5
--- lms-kit-builder/GNUmakefile:1.4     Fri Apr  6 11:21:03 2007
+++ lms-kit-builder/GNUmakefile Fri Apr  6 11:46:02 2007
@@ -42,10 +42,8 @@
 build: ${CAROBDIR} ${LMSDIR}
        ${MAKE} -C ${CAROBDIR} CUSTOM=libmysequoia # comment out CUSTOM here to 
let carob subdir decide
        ./lmsbuild.sh
-       @printf "\n\n"
-       @printf "Build complete. Standalone libmysequoia.so.X.Y.Z file can be 
found in ${LMSDIR}/src/.libs  "
-       @printf "Or run '${MAKE} install'\n"
-       @printf "\n\n"
+       @printf "\n\nBuild complete. Standalone libmysequoia.so.X.Y.Z file can 
be found in ${LMSDIR}/src/.libs  "
+       @printf "Or run '${MAKE} install'\n\n\n"
 
 ${LMSDIR} ${CAROBDIR}: %: %.${TGZ}
        ${TAR} xzf $<
@@ -54,6 +52,7 @@
        ${MAKE} -C ${LMSDIR} install
 
 kit: ${SRCKIT}
+       @printf "\nDon't forget to CVS-tag if you release this source kit to 
anyone else\n\n"
 
 ${SRCKIT}: ${CAROBTAR} ${LMSTAR} GNUmakefile lmsbuild.sh build.properties 
README
        ${RM} ${SRCKITDIR} ${SRCKIT}
@@ -84,8 +83,8 @@
        ${TOUCH} carob-
        - ${LN_S} ../libmysequoia libmysequoia-
        ${TOUCH} libmysequoia-
-       - mv build.properties build.properties.disabled
+       - mv build.properties build.properties.devdisabled
 
 undev:
        - ${RM} *- *-.${TGZ}
-       mv build.properties.disabled build.properties
+       mv build.properties.devdisabled build.properties

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

Reply via email to