aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-09-12 19:08:52 +0000
committerFabian Groffen <grobian@gentoo.org>2008-09-12 19:08:52 +0000
commit9f55cb82f68bf11e4a19df18ed5cb232a0861f3f (patch)
treee47eb1bc5e4d1024a735495561772dca06374e78 /Makefile
parentInclude arch by default, since it is important when displaying fat files (diff)
downloadpax-utils-9f55cb82f68bf11e4a19df18ed5cb232a0861f3f.tar.gz
pax-utils-9f55cb82f68bf11e4a19df18ed5cb232a0861f3f.tar.bz2
pax-utils-9f55cb82f68bf11e4a19df18ed5cb232a0861f3f.zip
Don't remove macho stuff, we need it to be able to compile properly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec41560..42f59b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Copyright 2003-2006 Ned Ludd <solar@linbsd.net>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.68 2008/09/08 07:02:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.69 2008/09/12 19:08:52 grobian Exp $
####################################################################
check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
@@ -114,7 +114,7 @@ dist:
rm -rf pax-utils-$(PV)
mkdir pax-utils-$(PV)
cp -a CVS pax-utils-$(PV)/
- cd pax-utils-$(PV) && cvs up && rm -f *macho*
+ cd pax-utils-$(PV) && cvs up
echo "<releaseinfo>$(PV)</releaseinfo>" > pax-utils-$(PV)/man/fragment/version
$(MAKE) -C pax-utils-$(PV)/man
tar jcf pax-utils-$(PV).tar.bz2 pax-utils-$(PV) --exclude=CVS