From d99504450b84a7bdb30d46ca523f725e5b32a72c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 10 May 2005 06:41:02 +0000 Subject: [PATCH] * Simplify clean target. Upstream make distclean is now better. --- debian/changelog | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 226f3f79a..8514a4885 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ openafs (1.3.82-1) unstable; urgency=low module naming. (Closes: #253168) Emphasize that the kernel source tree used for make-kpkg must be identically configured to the kernel the module will be used with. + * Simplify clean target. Upstream make distclean is now better. -- diff --git a/debian/rules b/debian/rules index 02c1d10ff..fde9c03e5 100755 --- a/debian/rules +++ b/debian/rules @@ -70,9 +70,7 @@ clean: rm -f build-stamp configure-stamp configure-modules-stamp rm -f build-modules-stamp -$(MAKE) -ki distclean - -rm -rf obj dest $(SYS_NAME) @sys Makefile debian/openafs-client.init - -rm -rf config.status config.cache lib include src/pic - -rm -f src/venus/livesys src/tests/OpenAFS/Dirpath.pm + -rm -rf dest $(SYS_NAME) @sys debian/openafs-client.init src/pic dh_clean install: DH_OPTIONS= -- 2.39.5