mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-08 07:49:21 +01:00
fix make clean for unconfigured build trees
SVN-Revision: 9655
This commit is contained in:
parent
b217ebd0e6
commit
edc74f8cc3
2
Makefile
2
Makefile
@ -45,10 +45,10 @@ $(BUILD_DIR)/.prepared: Makefile
|
||||
clean: FORCE
|
||||
rm -rf $(BUILD_DIR) $(BIN_DIR)
|
||||
$(MAKE) target/linux/clean
|
||||
rm -rf $(TMP_DIR)
|
||||
|
||||
dirclean: clean
|
||||
rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
|
||||
rm -rf $(TMP_DIR)
|
||||
|
||||
# check prerequisites before starting to build
|
||||
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
||||
|
@ -98,7 +98,7 @@ download: .config FORCE
|
||||
$(MAKE) -j1 package/download
|
||||
$(MAKE) -j1 target/download
|
||||
|
||||
clean dirclean:
|
||||
clean dirclean: .config
|
||||
@$(MAKE) $@
|
||||
|
||||
prereq:: .config
|
||||
|
Loading…
Reference in New Issue
Block a user