mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Renamed tgz target to dist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51bc66cf32
commit
e73d06a7b8
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ cvs-snapshot:
|
|||
tar --gzip -cf gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
rm -rf gnustep-make-$(GNUSTEP_MAKE_VERSION)
|
||||
|
||||
tgz:
|
||||
dist:
|
||||
@echo "Generating gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz"; \
|
||||
echo "in the parent directory..."; \
|
||||
SNAPSHOT_DIR=`basename $$(pwd)`; \
|
||||
|
@ -256,7 +256,7 @@ test-RPM_TOPDIR:
|
|||
# rpmbuild and used 'rpm -ba' instead. It can be removed when we are
|
||||
# reasonably sure no more old RPM versions (not having rpmbuild), are
|
||||
# still around.
|
||||
rpm: test-RPM_TOPDIR tgz
|
||||
rpm: test-RPM_TOPDIR dist
|
||||
cp ../gnustep-make-$(GNUSTEP_MAKE_VERSION).tar.gz $(RPM_TOPDIR)/SOURCES/
|
||||
cp gnustep-make.spec $(RPM_TOPDIR)/SPECS/
|
||||
cd $(RPM_TOPDIR)/SPECS/
|
||||
|
|
Loading…
Reference in a new issue