projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9d7a5
)
change handling of the Build/Clean template
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jun 2006 00:34:11 +0000
(
00:34
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jun 2006 00:34:11 +0000
(
00:34
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3930
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
d44cd98
..
77a6595
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-257,10
+257,6
@@
define Build/Compile
$(call Build/Compile/Default,)
endef
-define Build/Clean
- $(MAKE) clean
-endef
-
ifneq ($(DUMP),)
dumpinfo: FORCE
@$(DUMPINFO)
@@
-282,5
+278,6
@@
else
clean-targets:
clean: FORCE
@$(MAKE) clean-targets
+ $(call Build/Clean)
rm -rf $(PKG_BUILD_DIR)
endif
This page took
0.026843 seconds
and
4
git commands to generate.