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:
parent
d52676d1ea
commit
59261cbf38
@ -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
|
||||
|
@ -391,7 +391,7 @@ sub top_of_openwrt_tree {
|
||||
|
||||
my @tree_check = (
|
||||
"BSDmakefile", "Config.in", "LICENSE", "Makefile", "README",
|
||||
"docs", "feeds.conf.default", "include", "package", "rules.mk",
|
||||
"feeds.conf.default", "include", "package", "rules.mk",
|
||||
"scripts", "target", "toolchain", "tools"
|
||||
);
|
||||
|
||||
|
@ -10,7 +10,6 @@ FILES="
|
||||
Makefile
|
||||
README
|
||||
dl
|
||||
docs
|
||||
feeds.conf.default
|
||||
include
|
||||
package
|
||||
|
@ -67,7 +67,7 @@ all: compile
|
||||
|
||||
$(BIN_DIR)/$(SDK_NAME).tar.xz: clean
|
||||
mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package
|
||||
$(CP) -L $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
|
||||
$(CP) -L $(INCLUDE_DIR) $(SCRIPT_DIR) $(SDK_BUILD_DIR)/
|
||||
$(TAR) -cf - -C $(TOPDIR) \
|
||||
`cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \
|
||||
`cd $(TOPDIR); find $(KDIR_BASE)/firmware/ -newer $(KDIR_BASE)/firmware/Makefile \
|
||||
|
Loading…
Reference in New Issue
Block a user