projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc617c
)
fix make distclean
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 22:56:48 +0000
(22:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 22:56:48 +0000
(22:56 +0000)
SVN-Revision: 8251
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 50cf8c985b221054c6caaa712e6ca7fc2d76f70b..8a052674b4d5c9b14d64b688532dd341a78d7f93 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) ;