projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5ab94
)
work around a make bug in define/endef handling
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Apr 2006 03:53:28 +0000
(
03:53
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Apr 2006 03:53:28 +0000
(
03:53
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3680
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
f64e969
..
ac9b98d
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-1,8
+1,8
@@
-# default target
ifneq ($(DUMP),)
all: dumpinfo
else
all: compile
+endif
define Build/DefaultTargets
$(PKG_BUILD_DIR)/.prepared:
@@
-35,7
+35,6
@@
package-recompile:
define Build/DefaultTargets
endef
endef
-endif
define Package/Default
CONFIGFILE:=
This page took
0.026575 seconds
and
4
git commands to generate.