[Buildroot] [PATCH 1/6] Remove the "project" feature

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Sep 17 16:17:13 UTC 2009


On Wed, Sep 16, 2009 at 11:07:41PM +0200, Thomas Petazzoni wrote:

> flush:
>-	rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
>+	rm -f $(BUILD_DIR)/tgt-config.cache
> 
> %_defconfig: $(CONFIG)/conf
> 	cp $(shell find ./target/ -name $@) .config
> 	-@$(MAKE) oldconfig

That find is gross. $(wildcard $(TOPDIR)/target/*/$(@)_defconfig)
and we have $(Q) that is either set to '@' or is empty.
Apart from that a failing oldconfig is and should be fatal.




More information about the buildroot mailing list