From: Roy Marples Date: Mon, 27 Nov 2006 20:45:59 +0000 (+0000) Subject: Don't bundle the .svn dir in the Makefile X-Git-Tag: v3.2.3~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b849fac0fb63b889c60dc34fee401cec11ba2c;p=thirdparty%2Fdhcpcd.git Don't bundle the .svn dir in the Makefile --- diff --git a/Makefile b/Makefile index 5e9bb5f0..36371d55 100644 --- 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)