projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d10ad
)
make clean should remove openwrt-images
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Feb 2005 02:43:37 +0000
(
02:43
+0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Feb 2005 02:43:37 +0000
(
02:43
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@237
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
81ecc43
..
008117d
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-119,7
+119,8
@@
source: $(TARGETS_SOURCE)
#
#############################################################
clean:
- rm -rf $(BUILD_DIR) $(IMAGE).*
+ rm -rf $(BUILD_DIR)
+ -rm -f openwrt-*
@$(MAKE) -C $(CONFIG) clean
distclean: clean
@@
-180,7
+181,7
@@
defconfig: $(CONFIG)/conf
# Cleanup and misc junk
#
#############################################################
-clean:
+clean:
@$(MAKE) -C $(CONFIG) clean
distclean: clean
This page took
0.021169 seconds
and
4
git commands to generate.