projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f03e6c
)
add Id tag
author
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Dec 2005 13:35:15 +0000
(13:35 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Dec 2005 13:35:15 +0000
(13:35 +0000)
SVN-Revision: 2749
openwrt/package/deco/Makefile
patch
|
blob
|
history
openwrt/package/elhttp/Makefile
patch
|
blob
|
history
openwrt/package/iperf/Makefile
patch
|
blob
|
history
openwrt/package/psybnc/Makefile
patch
|
blob
|
history
openwrt/package/rrs/Makefile
patch
|
blob
|
history
openwrt/package/scdp/Makefile
patch
|
blob
|
history
openwrt/package/slurm/Makefile
patch
|
blob
|
history
openwrt/package/snort-wireless/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/deco/Makefile
b/openwrt/package/deco/Makefile
index 855304d45d9e291390829eb4f0c4d79fea4315eb..081de39cd331b8147bc8dec26c9f9e95d1bb752b 100644
(file)
--- 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 ceebe542af906869bbdb8355a35cf25b96e07ad5..1d747d6fb80f405cc463bacbf76bef51a4c65cb6 100644
(file)
--- 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 0eaf302556ab12e4fa0d322dad9c174478f9196d..53589dd9eb1a1631562f5b49816ec38b06a4e04b 100644
(file)
--- 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 8409f321225ff332d499bfd4039fa824aba907dc..b4f9b284c1f0c354862e592238540e5e1301d0ba 100644
(file)
--- 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 726dd00ae2bd6d58bfbd8f80ddca99ee42ca7eee..0024f513fcefbbcbee98a7f76ebfef266c5fed6e 100644
(file)
--- 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 6f92de993aa4b6528b68718e54eee2fc03015c95..ce09d2ef9a571a43675b701a570b778f56a198e0 100644
(file)
--- 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 f360993c348217d74167990d63ae4e20f667c265..d3244a112ddb3239df3201aa18dc1698127c4a4f 100644
(file)
--- 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 2d0fd7637681951d5effc03a81c486b6f6dad8e2..ebb9a3a66152b865eeb916c782fc7bdf298491bf 100644
(file)
--- 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 $
@