projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a40bf1
)
remove obsolete symlinkclean target
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 08:17:56 +0000
(08:17 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 08:17:56 +0000
(08:17 +0000)
the new make package/symlinks does not need it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10622
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index
3c2e46d
..
2094e2f
100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-118,10
+118,6
@@
docs docs/compile: FORCE
docs/clean: FORCE
$(MAKE) -C docs clean
-symlinkclean:
- -find package -type l | xargs rm -f
- rm -rf tmp
-
distclean:
rm -rf tmp build_dir staging_dir dl .config* feeds bin
This page took
0.02572 seconds
and
4
git commands to generate.