]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't bundle the .svn dir in the Makefile
authorRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 20:45:59 +0000 (20:45 +0000)
committerRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 20:45:59 +0000 (20:45 +0000)
Makefile

index 5e9bb5f08e8a82a5d95db97465ceb48bccf98eca..36371d55a313706aa2a5d6225cdeec59b39926e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Should work for both GNU make and BSD mke
 
-VERSION = 3.0.0_alpha3
+VERSION = 3.0.0
 
 CFLAGS ?= -Wall -O2 -pedantic -std=gnu99
 
@@ -40,6 +40,6 @@ dist:
        $(INSTALL) -m 0755 -d /tmp/dhcpcd-$(VERSION)
        cp -RPp . /tmp/dhcpcd-$(VERSION)
        $(MAKE) -C /tmp/dhcpcd-$(VERSION) clean
-       rm -f /tmp/dhcpcd-$(VERSION)/*.bz2
+       rm -rf /tmp/dhcpcd-$(VERSION)/*.bz2 /tmp/dhcpcd-$(VERSION)/.svn
        tar cvjpf dhcpcd-$(VERSION).tar.bz2 -C /tmp dhcpcd-$(VERSION)
        rm -rf /tmp/dhcpcd-$(VERSION)