]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Simplify clean target. Upstream make distclean is now better.
authorRuss Allbery <rra@debian.org>
Tue, 10 May 2005 06:41:02 +0000 (06:41 +0000)
committerRuss Allbery <rra@debian.org>
Tue, 10 May 2005 06:41:02 +0000 (06:41 +0000)
debian/changelog
debian/rules

index 226f3f79aa30c12a08ee7711ac841b6824a5bd77..8514a4885cf2d1e1b69c1a4e7d6c0fdbeb0fba31 100644 (file)
@@ -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.
 
  --
 
index 02c1d10fff01e3198d9c1f4c2202c313aeab24db..fde9c03e5ac75a0510f797a332de09863dd0f86b 100755 (executable)
@@ -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=