diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-21 13:35:15 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-21 13:35:15 +0000 |
commit | 65e9d0b2169f765f0a419a5518e10cf829819c01 (patch) | |
tree | e36fff918fdcec439c9ba89d772db57563e964c7 | |
parent | 7f03e6c252fa736a0d0f2f485dfe10bd44d3c125 (diff) | |
download | mtk-20170518-65e9d0b2169f765f0a419a5518e10cf829819c01.zip mtk-20170518-65e9d0b2169f765f0a419a5518e10cf829819c01.tar.gz mtk-20170518-65e9d0b2169f765f0a419a5518e10cf829819c01.tar.bz2 |
add Id tag
SVN-Revision: 2749
-rw-r--r-- | openwrt/package/deco/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/elhttp/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/iperf/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/psybnc/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/rrs/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/scdp/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/slurm/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/snort-wireless/Makefile | 4 |
8 files changed, 17 insertions, 1 deletions
diff --git a/openwrt/package/deco/Makefile b/openwrt/package/deco/Makefile index 855304d..081de39 100644 --- a/openwrt/package/deco/Makefile +++ b/openwrt/package/deco/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=deco diff --git a/openwrt/package/elhttp/Makefile b/openwrt/package/elhttp/Makefile index ceebe54..1d747d6 100644 --- a/openwrt/package/elhttp/Makefile +++ b/openwrt/package/elhttp/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=elhttp diff --git a/openwrt/package/iperf/Makefile b/openwrt/package/iperf/Makefile index 0eaf302..53589dd 100644 --- a/openwrt/package/iperf/Makefile +++ b/openwrt/package/iperf/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=iperf diff --git a/openwrt/package/psybnc/Makefile b/openwrt/package/psybnc/Makefile index 8409f32..b4f9b28 100644 --- a/openwrt/package/psybnc/Makefile +++ b/openwrt/package/psybnc/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=psybnc diff --git a/openwrt/package/rrs/Makefile b/openwrt/package/rrs/Makefile index 726dd00..0024f51 100644 --- a/openwrt/package/rrs/Makefile +++ b/openwrt/package/rrs/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=rrs diff --git a/openwrt/package/scdp/Makefile b/openwrt/package/scdp/Makefile index 6f92de9..ce09d2e 100644 --- a/openwrt/package/scdp/Makefile +++ b/openwrt/package/scdp/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=scdp diff --git a/openwrt/package/slurm/Makefile b/openwrt/package/slurm/Makefile index f360993..d3244a1 100644 --- a/openwrt/package/slurm/Makefile +++ b/openwrt/package/slurm/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=slurm diff --git a/openwrt/package/snort-wireless/Makefile b/openwrt/package/snort-wireless/Makefile index 2d0fd76..ebb9a3a 100644 --- a/openwrt/package/snort-wireless/Makefile +++ b/openwrt/package/snort-wireless/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=snort-wireless @@ -149,5 +151,5 @@ $(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ install - touch $(PKG_BUILD_DIR)/.installed + touch $@ |