[PATCH 6/6] UBUNTU: (buildenv) Add a distclean target to remove temporary files
Andy Whitcroft
apw at canonical.com
Wed Sep 16 17:27:24 UTC 2009
From: Stefan Bader <stefan.bader at canonical.com>
Ignore: yes
Calling distclean will remove the temporary files generated by clean. This
should make it simpler to see what other files might need handling or to
really start from a clean environment.
Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
debian.master/rules | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/debian.master/rules b/debian.master/rules
index f835179..b1792ea 100755
--- a/debian.master/rules
+++ b/debian.master/rules
@@ -56,6 +56,12 @@ clean: debian/control
# Install the copyright information.
cp $(DEBIAN)/copyright debian/copyright
+distclean: clean
+ rm -rf debian.master/control debian.master/control.stub \
+ debian.master/d-i/kernel-versions debian/changelog \
+ debian/control debian/control.stub debian/copyright \
+ debian/debian.env
+
# Builds the image, arch headers and debug packages
include $(DEBIAN)/rules.d/2-binary-arch.mk
--
1.6.3.rc3.199.g24398
More information about the kernel-team
mailing list