Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2356
-gerrit
commit 831d5fc8b88c01fd3c4cc4b44c73a0d0c3be1f1d Author: Patrick Georgi patrick@georgi-clan.de Date: Mon Feb 11 20:56:46 2013 +0100
build system: Mark clean-for-update phony
build system hygiene, not known if this actually matters.
Change-Id: Ic800a2acecff123fc2055047fab67df107ac43ab Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 9f0daa7..92b4d0b 100644 --- a/Makefile +++ b/Makefile @@ -310,4 +310,4 @@ clean-cscope: distclean: clean rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
-.PHONY: $(PHONY) clean clean-cscope cscope distclean doxygen doxy .xcompile +.PHONY: $(PHONY) clean clean-for-update clean-cscope cscope distclean doxygen doxy .xcompile