mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
fix cut&paste mistake
SVN-Revision: 12254
This commit is contained in:
parent
fcc091e15e
commit
14a3ac5c63
@ -86,7 +86,7 @@ kernel_menuconfig: .config FORCE
|
|||||||
tmp/.prereq-build: include/prereq-build.mk
|
tmp/.prereq-build: include/prereq-build.mk
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
rm -f tmp/.host.mk
|
rm -f tmp/.host.mk
|
||||||
@$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
|
@$(_SINGLE)$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
|
||||||
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
@ -120,7 +120,7 @@ docs/clean: FORCE
|
|||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
|
rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
|
||||||
@$(_SINGLE)$(SUBMAKE) -j1 -C scripts/config clean
|
@$(SUBMAKE) -j1 -C scripts/config clean
|
||||||
|
|
||||||
ifeq ($(findstring v,$(DEBUG)),)
|
ifeq ($(findstring v,$(DEBUG)),)
|
||||||
.SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo
|
.SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user