mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Add target for snapshot
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0f92fdb6a9
commit
736e3854d0
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-12-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* GNUmakefile.in: Add target for snapshot.
|
||||
|
||||
2006-11-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* target.make: fix typo (extra bracket in conditional).
|
||||
|
|
|
@ -270,6 +270,12 @@ svn-dist:
|
|||
tar --gzip -cf gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
rm -rf gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
|
||||
svn-snapshot:
|
||||
svn export $(SVNPREFIX)/trunk \
|
||||
gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
tar --gzip -cf gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
rm -rf gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
|
||||
cvs-tag:
|
||||
cvs -z3 rtag make-$(VERTAG) make
|
||||
|
||||
|
|
Loading…
Reference in a new issue