From: Thierry Parmentelat Date: Mon, 14 Dec 2009 11:50:22 +0000 (+0000) Subject: distclean to wipe BUILDROOT X-Git-Tag: coblitz-2.01.rc7~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=df419c932274cede507ac368be6f1eca42da0056;p=build.git distclean to wipe BUILDROOT --- diff --git a/Makefile b/Makefile index 6ffb8013..cea39aa3 100644 --- a/Makefile +++ b/Makefile @@ -657,7 +657,7 @@ clean-help: distclean1: rm -rf savedpldistro.mk .rpmmacros spec2make header.spec SPECS MAKE $(DISTCLEANS) distclean2: - rm -rf CODEBASES SOURCES BUILD RPMS SRPMS tmp + rm -rf CODEBASES SOURCES BUILD BUILDROOT RPMS SRPMS tmp distclean: distclean1 distclean2 .PHONY: distclean1 distclean2 distclean