summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-09-29 20:28:59 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-09-29 20:28:59 +0000
commitafbf072f35a25143540c7e5e1a084fac3a2ea8c2 (patch)
tree8721465024d2fc196e27754f8dd08461063ed469 /Makefile
parent17cae3599fa91e4d2d0cf13155af80fdc73ba039 (diff)
downloadcoreboot-staging-afbf072f35a25143540c7e5e1a084fac3a2ea8c2.zip
coreboot-staging-afbf072f35a25143540c7e5e1a084fac3a2ea8c2.tar.gz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58a9663..e5a861f 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud