From 4815913968a1077fa7e56d8ec226a9cf18c80ea9 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 11 Feb 2013 20:56:46 +0100 Subject: build system: Mark clean-for-update phony build system hygiene, not known if this actually matters. Change-Id: Ic800a2acecff123fc2055047fab67df107ac43ab Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/2356 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 527fbcc96a..5147c6f983 100644 --- a/Makefile +++ b/Makefile @@ -313,4 +313,4 @@ distclean: rm -rf $(obj) 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 -- cgit v1.2.3