Author: oxygene Date: Wed Sep 29 22:28:59 2010 New Revision: 5881 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5881
Log: Don't run clean-abuild on distclean target. It breaks full abuild runs.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Modified: trunk/Makefile
Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Wed Sep 29 12:51:05 2010 (r5880) +++ trunk/Makefile Wed Sep 29 22:28:59 2010 (r5881) @@ -364,7 +364,7 @@ clean-cscope: rm -f cscope.out
-distclean: clean-cscope clean-abuild +distclean: clean-cscope rm -rf $(obj) rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile