Date: Tuesday, March 28, 2006 @ 19:15:39
  Author: marc
    Path: /cvsroot/carob/carob

Modified: Makefile (1.34 -> 1.35)

Renamed "srcdist" target to "dist". Documented it.


----------+
 Makefile |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)


Index: carob/Makefile
diff -u carob/Makefile:1.34 carob/Makefile:1.35
--- carob/Makefile:1.34 Fri Mar  3 18:18:15 2006
+++ carob/Makefile      Tue Mar 28 19:15:39 2006
@@ -108,11 +108,21 @@
        printf "compiling $$h\n"; \
        ${CXX} -c ${CXXFLAGS} someheader.cpp; done
 
-# Or using the command line if you prefer
-# export CAROB_SUFFIX=-latest
-# export CAROB_TAG=rc4
 
-srcdist:
+
+# To create "carob-foo.tar.gz" from carob version tag r12_34,
+# simply type this:
+#
+#   $  DIR_SUFFIX=foo CVS_TAG=r12_34 make dist
+#
+# alternatively, typing:
+#
+#   $  CVS_DATE=2055-09-22 make dist
+#
+# will create "carob-2055-09-22.tar.gz"
+# Default value is the current YYYYMMDD date
+
+dist:
        ./publisher.sh buildsrctarball
 
 publishdoc:

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

Reply via email to