dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
-distclean: dirclean config-clean symlinkclean docclean
+distclean: dirclean config-clean symlinkclean docs/clean
rm -rf dl
help:
cat README
-doc:
- $(MAKE) -C docs/ openwrt.pdf
+docs docs/compile: FORCE
+ $(MAKE) -C docs compile
-docclean:
- $(MAKE) -C docs/ clean
+docs/clean: FORCE
+ $(MAKE) -C docs clean
symlinkclean:
-find package -type l | xargs rm -f