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
This commit is contained in:
parent
17cae3599f
commit
afbf072f35
2
Makefile
2
Makefile
|
@ -364,7 +364,7 @@ clean-abuild:
|
||||||
clean-cscope:
|
clean-cscope:
|
||||||
rm -f cscope.out
|
rm -f cscope.out
|
||||||
|
|
||||||
distclean: clean-cscope clean-abuild
|
distclean: clean-cscope
|
||||||
rm -rf $(obj)
|
rm -rf $(obj)
|
||||||
rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
|
rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue