|
From: Lex S. <lex...@us...> - 2002-05-17 17:44:42
|
Update of /cvsroot/squeak/squeak/platforms/unix/misc/debian
In directory usw-pr-cvs1:/tmp/cvs-serv21465
Modified Files:
rules
Log Message:
added the "version" target
Index: rules
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/unix/misc/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** rules 10 May 2002 16:40:43 -0000 1.9
--- rules 17 May 2002 17:44:39 -0000 1.10
***************
*** 129,132 ****
--- 129,136 ----
cd ..; tar cfvz squeak_$(version).orig.tar.gz squeak-$(shell echo $(version) | tr - . )/{platforms/unix,platforms/Cross,src,debian} --exclude=CVS
+ # print the current version, as this file sees it
+ version:
+ @echo The version is $(version)
+
.PHONY: build clean binary-indep binary-arch binary install configure origtgz
|