From 59261cbf38001b121f94642a4f225fbe082b1b7d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 30 Nov 2016 10:00:41 +0100 Subject: docs: remove all refrences in Makefiles/scripts The SDK Makefile still trys to copy the docs folder which was removed with 882f4d2d63272abce8c1966983aa10178e2e971f. This causes an SDK build error. All other removals are just cleanup. Signed-off-by: Mathias Kresin --- include/toplevel.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/toplevel.mk') diff --git a/include/toplevel.mk b/include/toplevel.mk index 81329ac..f31884d 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -223,12 +223,6 @@ package/symlinks-clean: help: cat README -docs docs/compile: FORCE - @$(_SINGLE)$(SUBMAKE) -C docs compile - -docs/clean: FORCE - @$(_SINGLE)$(SUBMAKE) -C docs clean - distclean: rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp @$(_SINGLE)$(SUBMAKE) -C scripts/config clean -- cgit v1.1