From: Chang.H.S Date: Wed, 12 Dec 2012 04:55:24 +0000 (+0900) Subject: fix Makefile. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=d1a52c4c3591a65994c7d47f40eb50c111a58d85 fix Makefile. --- diff --git a/Makefile b/Makefile index 9b537e1..69da111 100644 --- a/Makefile +++ b/Makefile @@ -179,6 +179,7 @@ BITBAKE_ENV_HASH := $(call hash, \ $(TOPDIR)/bitbake.env: $(DEPDIR)/.bitbake.env.$(BITBAKE_ENV_HASH) @echo '[*] Generating $@' + @test -d $(@D) || mkdir -p $(@D) @echo '# Automatically generated file. Do not edit!' > $@ @echo 'export PATH=$(CURDIR)/openembedded-core/scripts:$(CURDIR)/bitbake/bin:$${PATH}' >> $@ @@ -215,6 +216,7 @@ $(TOPDIR)/conf/local.conf: $(DEPDIR)/.local.conf.$(MACHINE).$(LOCAL_CONF_HASH) @echo 'USER_CLASSES = "buildstats"' >> $@ @echo 'include $(DISTRO_INCLUDE_CONF)' >> $@ @echo 'include $(MACHINE_INCLUDE_CONF)' >> $@ +# @echo 'INHERIT+="rm_work"' >> $@ BBLAYERS_CONF_HASH := $(call hash, \ 'BBLAYERS_CONF_VERSION = "0"' \