projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2520f5
)
fix stupid typo
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 23:13:12 +0000
(23:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 23:13:12 +0000
(23:13 +0000)
SVN-Revision: 2269
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index 1bdbbbfd853628faf76e75e42060863615465aa8..8f4d32e5c199b6e7a62e4b2aee7a0e51170cf241 100644
(file)
--- a/
openwrt/package/Makefile
+++ b/
openwrt/package/Makefile
@@
-445,7
+445,6
@@
$(TARGET_DIR):
$(START_TRACE) "package/$(patsubst %-prepare,%,$@)/prepare: "; \
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare && { \
touch $(STAMP_DIR)/.$@; \
- } || { \
$(CMD_TRACE) " done"; \
$(END_TRACE); \
} \
@@
-457,7
+456,6
@@
$(TARGET_DIR):
$(MAKE) -C $(patsubst %-compile,%,$@) compile && { \
touch $(STAMP_DIR)/.$(patsubst %-compile,%,$@)-prepare; \
touch $(STAMP_DIR)/.$@; \
- } || { \
$(CMD_TRACE) " done"; \
$(END_TRACE); \
} \