diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-09-29 20:28:59 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-09-29 20:28:59 +0000 |
commit | afbf072f35a25143540c7e5e1a084fac3a2ea8c2 (patch) | |
tree | 8721465024d2fc196e27754f8dd08461063ed469 /Makefile | |
parent | 17cae3599fa91e4d2d0cf13155af80fdc73ba039 (diff) | |
download | coreboot-afbf072f35a25143540c7e5e1a084fac3a2ea8c2.tar.xz |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -364,7 +364,7 @@ clean-abuild: 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 |