Changes to gnats/contrib/tkgnats/Makefile
Michael Richardson <[email protected]> Mon, 31 Mar 2003 21:48:32 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/contrib/tkgnats/Makefile
diff -c gnats/contrib/tkgnats/Makefile:1.5 gnats/contrib/tkgnats/Makefile:1.6
*** gnats/contrib/tkgnats/Makefile:1.5 Wed Dec 18 20:58:34 2002
--- gnats/contrib/tkgnats/Makefile Mon Mar 31 21:48:28 2003
***************
*** 50,55 ****
--- 50,57 ----
#########################################################################
#########################################################################
+ VERSION = tkgnats-4.0-beta1
+
MAKEPATH = mkdir -p
SED = sed
***************
*** 338,344 ****
package: clean
rm -f VERSION
! echo "This is version `pwd | sed -e "s:.*/::g"` and was made by $$LOGNAME@`hostname` on" > VERSION
date >> VERSION
echo untarit > /tmp/tkgnpkg.exclude
dir=`pwd | sed -e "s:.*/::g"`; \
--- 340,346 ----
package: clean
rm -f VERSION
! echo "This is version ${VERSION} and was made by $$LOGNAME@`hostname` on" > VERSION
date >> VERSION
echo untarit > /tmp/tkgnpkg.exclude
dir=`pwd | sed -e "s:.*/::g"`; \