From aa6b1da6415537f68c05ac61994da068893ad1af Mon Sep 17 00:00:00 2001 From: hschang Date: Thu, 14 Feb 2013 17:39:08 +0900 Subject: [PATCH 1/1] Makefile : add rm_work on local.conf. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23c441e..08d1e6d 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +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"' >> $@ + @echo 'INHERIT += "rm_work"' >> $@ BBLAYERS_CONF_HASH := $(call hash, \ 'BBLAYERS_CONF_VERSION = "0"' \ -- 2.7.4