diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2013-02-11 20:56:46 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-02-11 21:58:12 +0100 |
commit | 4815913968a1077fa7e56d8ec226a9cf18c80ea9 (patch) | |
tree | 06f5657a606c890a48dcfa3b14cc9ef9be209a18 /Makefile | |
parent | bd5e1a0ff362b6f37dfd756f451db3b1630efddb (diff) |
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>
Reviewed-on: http://review.coreboot.org/2356
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |