diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-17 14:09:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-17 14:09:46 +0000 |
commit | 5bdd866100defba20eba15f0a9088b56ff590cff (patch) | |
tree | d7f83dc9d651bd78d216e977083f69977f9ac8e6 /include | |
parent | b2bb492de90805211d38fdcae8896eaacaae3dc8 (diff) | |
download | upstream-5bdd866100defba20eba15f0a9088b56ff590cff.tar.gz upstream-5bdd866100defba20eba15f0a9088b56ff590cff.tar.bz2 upstream-5bdd866100defba20eba15f0a9088b56ff590cff.zip |
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 1 | ||||
-rw-r--r-- | include/netfilter.mk | 1 | ||||
-rw-r--r-- | include/package.mk | 1 | ||||
-rw-r--r-- | include/verbose.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/autotools.mk b/include/autotools.mk index 17fa179fa1..558e247fd8 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ define replace if [ -f "$(PKG_BUILD_DIR)/$(3)$(1)" -a -e "$(2)/$(1)" ]; then \ diff --git a/include/netfilter.mk b/include/netfilter.mk index 87deb277a7..b9b95c797c 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $ ifneq ($(__inc_netfilter),1) __inc_netfilter:=1 diff --git a/include/package.mk b/include/package.mk index c134f542ed..719468c253 100644 --- a/include/package.mk +++ b/include/package.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ all: $(if $(DUMP),dumpinfo,compile) diff --git a/include/verbose.mk b/include/verbose.mk index 8b82cde7be..620c2b3f00 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id:$ ifeq ($(NO_TRACE_MAKE),) NO_TRACE_MAKE := $(MAKE) V=99 |