projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fb042
)
small bugfix in package rules file
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 11:33:25 +0000
(11:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 11:33:25 +0000
(11:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2228
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
e5d3c50
..
6058455
100644
(file)
--- a/
package/rules.mk
+++ b/
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:
This page took
0.027959 seconds
and
4
git commands to generate.