crossgcc/Makefile: clean more, add distclean target
commit32c965170512a62659f54fe46d53117a847f97f3
authorMartin Roth <gaumless@gmail.com>
Sun, 21 Jun 2015 19:05:03 +0000 (21 13:05 -0600)
committerMartin Roth <gaumless@gmail.com>
Wed, 24 Jun 2015 04:04:22 +0000 (24 06:04 +0200)
treee39fa25585fb8ed260291c110b700783720d9c9e
parentc4dd3e02121f113483acb983899f8cdea3998e19
crossgcc/Makefile: clean more, add distclean target

Update the clean target to remove the intermediate files.  These should
get removed automatically, but if the build stops in the middle, or if
the -t command is used for buildgcc, they can be left in the directory.

Add a distclean target that removes the downloaded tarballs as well as
everything else.

Change-Id: I6ea19e7a499b0c313c1d2eff7e36386204ec834e
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10621
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
util/crossgcc/Makefile