projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9aead4
)
small bugfix in package rules file
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 11:33:25 +0000
(11:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 11:33:25 +0000
(11:33 +0000)
SVN-Revision: 2228
openwrt/package/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/rules.mk
b/openwrt/package/rules.mk
index e5d3c503d69ea3b0b0c8f9ff6b0171dac9ccbbec..60584552d729bd9b3d353ea6867f8153c9ce7f9f 100644
(file)
--- a/
openwrt/package/rules.mk
+++ b/
openwrt/package/rules.mk
@@
-73,10
+73,8
@@
compile:
$(PKG_TRACE) Configuring...; \
$(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \
}
- @[ -f $(PKG_BUILD_DIR)/.built ] || { \
- $(PKG_TRACE) Compiling...; \
- $(MAKE) compile-targets $(MAKE_TRACE); \
- }
+ @$(PKG_TRACE) Compiling...
+ @$(MAKE) compile-targets $(MAKE_TRACE)
install-targets:
install: