summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-27 16:13:42 +0000
committerRoy Marples <roy@marples.name>2007-11-27 16:13:42 +0000
commitf6033cfb26825322345a9dd6bbd03fb22e0424d5 (patch)
treea3822cce2226022abf2498881249a861771211d1 /Makefile
parent49edf58fc15c8d8aeccffe1dd4b579a5b44dcaeb (diff)
downloadopenrc-f6033cfb26825322345a9dd6bbd03fb22e0424d5.tar.gz
openrc-f6033cfb26825322345a9dd6bbd03fb22e0424d5.tar.bz2
openrc-f6033cfb26825322345a9dd6bbd03fb22e0424d5.tar.xz
git clean before dist, and add some ignore files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ba393a..12a01ba 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ clean::
dist:
$(INSTALL) -d /tmp/$(PKG)
cp -RPp . /tmp/$(PKG)
- (cd /tmp/$(PKG); $(MAKE) clean)
+ (cd /tmp/$(PKG); git clean; $(MAKE) clean)
rm -rf /tmp/$(PKG)/*.bz2 /tmp/$(PKG)/.git /tmp/$(PKG)/test
tar cvjpf $(PKG).tar.bz2 -C /tmp $(PKG)
rm -rf /tmp/$(PKG)