projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87bc31d
)
fix unnecessary package rebuild
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 8 Oct 2006 02:35:10 +0000
(
02:35
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 8 Oct 2006 02:35:10 +0000
(
02:35
+0000)
SVN-Revision: 4954
openwrt/include/package.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/package.mk
b/openwrt/include/package.mk
index 3f2f7d41befb463cebee392d61c3fdb957addc93..069e28b84f34a8681cb7df1fe55f4fc2a9050df7 100644
(file)
--- a/
openwrt/include/package.mk
+++ b/
openwrt/include/package.mk
@@
-16,11
+16,10
@@
define Build/DefaultTargets
ifeq ($(DUMP),)
ifeq ($(CONFIG_AUTOREBUILD),y)
_INFO:=
- ifneq ($
$
(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR))
+ ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR))
_INFO+=$(subst $(TOPDIR)/,,$(PKG_BUILD_DIR))
$(PKG_BUILD_DIR)/.prepared: package-clean
endif
-
endif
endif