mirror of
https://github.com/ACwifidude/openwrt.git
synced 2024-02-16 17:59:01 +08:00
docs: remove all refrences in Makefiles/scripts
The SDK Makefile still trys to copy the docs folder which was removed
with 882f4d2d63
. This causes an SDK build
error.
All other removals are just cleanup.
Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user