projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f90a5
)
manually compile packages without having the config setting active if environment...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 May 2005 20:22:21 +0000
(20:22 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 May 2005 20:22:21 +0000
(20:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1113
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
03b750f
..
1ca03b7
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-6,6
+6,9
@@
INFO_$(1):=$(IPKG_STATE_DIR)/info/$(2).list
ifneq ($(BR2_PACKAGE_$(1)),)
compile: $$(IPKG_$(1))
endif
+ifneq ($(DEVELOPER),)
+compile: $$(IPKG_$(1))
+endif
ifeq ($(BR2_PACKAGE_$(1)),y)
install: $$(INFO_$(1))
endif
This page took
0.031438 seconds
and
4
git commands to generate.