projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeef389
)
fix make distclean
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 Jul 2007 22:56:48 +0000
(22:56 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 Jul 2007 22:56:48 +0000
(22:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8251
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
50cf8c9
..
8a05267
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,8
+42,8
@@
clean: FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
-distclean: dirclean
config-clean symlinkclean docs/clean
- rm -rf dl
+distclean: dirclean
+ rm -rf dl
.config*
# check prerequisites before starting to build
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
This page took
0.029241 seconds
and
4
git commands to generate.