[Lunar-commits] CVS: ltools Makefile,1.3,1.4
Auke Kok
sofar at lunar-linux.org
Fri Oct 29 10:52:54 UTC 2004
Update of /var/cvs/lunar/ltools
In directory espresso.foo-projects.org:/home/sofar/active/ltools
Modified Files:
Makefile
Log Message:
Renaming this to lunar-tools
Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/ltools/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 29 Oct 2004 10:26:59 -0000 1.3
+++ Makefile 29 Oct 2004 10:52:52 -0000 1.4
@@ -1,11 +1,11 @@
#
-# Makefile for ltools - a collection of lunar-related shell tools
+# Makefile for lunar-tools - a collection of lunar-related shell tools
#
# versioning scheme: since this is mostly a linear process if incremental
# but we do not update that often we use year.number as version number
# i.e. 2004.9 2004.10 2004.11 ...
-VERSION = 2004.1
+VERSION = 2004.2
PROGRAMS = lids/lids luser/luser lnet/lnet lservices/lservices
SBINDIR = /usr/sbin/
@@ -21,6 +21,4 @@
done ;
release:
- cd .. ; \
- tar cjvf /tmp/ltools-${VERSION}.tar.bz2 --exclude="*/CVS*" ltools/ ; \
- cd - ;
+ tar cjvf /tmp/lunar-tools-${VERSION}.tar.bz2 --exclude="*/CVS*" -C .. lunar-tools/ ; \
More information about the Lunar-commits
mailing list