projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix static routes for dynamic interfaces (#1446)
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
dbfdb8e
..
f4b153c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-141,17
+141,17
@@
clean: FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
-distclean: dirclean config-clean symlinkclean docclean
+distclean: dirclean config-clean symlinkclean doc
s/
clean
rm -rf dl
help:
cat README
rm -rf dl
help:
cat README
-doc
:
- $(MAKE) -C docs
/ openwrt.pdf
+doc
s docs/compile: FORCE
+ $(MAKE) -C docs
compile
-doc
clean:
- $(MAKE) -C docs
/
clean
+doc
s/clean: FORCE
+ $(MAKE) -C docs clean
symlinkclean:
-find package -type l | xargs rm -f
symlinkclean:
-find package -type l | xargs rm -f
This page took
0.022044 seconds
and
4
git commands to generate.