mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 06:25:55 +02:00
fix make clean for unconfigured build trees
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9655 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d761f0cd5
commit
a087e6c06e
2
Makefile
2
Makefile
@ -45,10 +45,10 @@ $(BUILD_DIR)/.prepared: Makefile
|
|||||||
clean: FORCE
|
clean: FORCE
|
||||||
rm -rf $(BUILD_DIR) $(BIN_DIR)
|
rm -rf $(BUILD_DIR) $(BIN_DIR)
|
||||||
$(MAKE) target/linux/clean
|
$(MAKE) target/linux/clean
|
||||||
rm -rf $(TMP_DIR)
|
|
||||||
|
|
||||||
dirclean: clean
|
dirclean: clean
|
||||||
rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
|
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
|
# check prerequisites before starting to build
|
||||||
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
||||||
|
@ -98,7 +98,7 @@ download: .config FORCE
|
|||||||
$(MAKE) -j1 package/download
|
$(MAKE) -j1 package/download
|
||||||
$(MAKE) -j1 target/download
|
$(MAKE) -j1 target/download
|
||||||
|
|
||||||
clean dirclean:
|
clean dirclean: .config
|
||||||
@$(MAKE) $@
|
@$(MAKE) $@
|
||||||
|
|
||||||
prereq:: .config
|
prereq:: .config
|
||||||
|
Loading…
Reference in New Issue
Block a user