X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5da92a31009eff4b765b5a5bfd5b85e61525e884..ceb6afc4cfaf7a1291c7dad67ae969ca09ee4e99:/Makefile?ds=inline diff --git a/Makefile b/Makefile index e2430164f..f4b153c17 100644 --- a/Makefile +++ b/Makefile @@ -141,20 +141,21 @@ clean: FORCE 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 + rm -rf tmp .SILENT: clean dirclean distclean symlinkclean config-clean download world help tmp/.packageinfo tmp/.targetinfo tmpinfo-clean tmp/.config-package.in tmp/.config-target.in .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package tmp/.prereq-target FORCE: ;