Date: Friday, April 6, 2007 @ 18:05:39
  Author: marc
    Path: /cvsroot/carob/lms-kit-builder

Modified: GNUmakefile (1.10 -> 1.11)

Enhanced kit-force, now showing diffs


-------------+
 GNUmakefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: lms-kit-builder/GNUmakefile
diff -u lms-kit-builder/GNUmakefile:1.10 lms-kit-builder/GNUmakefile:1.11
--- lms-kit-builder/GNUmakefile:1.10    Fri Apr  6 17:53:59 2007
+++ lms-kit-builder/GNUmakefile Fri Apr  6 18:05:39 2007
@@ -54,9 +54,10 @@
 kit: check-diff kit-force
 
 check-diff:
-       @cvs diff -u || { printf "   Releasing a kit with UN-committed files is 
not allowed!\n\n"; exit 1; }
+       @cvs diff -u --brief || { cvs diff -u ; printf " -->  Releasing a kit 
with UN-committed files is not allowed!\n\n"; exit 1; }
 
 kit-force: ${SRCKIT}
+       @cvs diff -u || true # ignore errors, just inform
        @printf "\nSource kit  - ${SRCKIT} -  is ready,\n"
        @printf "Don't forget to CVS-tag if you release this source kit to 
anyone\n\n"
 

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

Reply via email to