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)
This commit is contained in:
parent
bd5e1a0ff3
commit
4815913968
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue