]> sourceware.org Git - dm.git/commitdiff
remove kernel source when done
authorAndres Salomon <dilinger@voxel.net>
Sun, 19 May 2002 04:22:58 +0000 (04:22 +0000)
committerAndres Salomon <dilinger@voxel.net>
Sun, 19 May 2002 04:22:58 +0000 (04:22 +0000)
debian/rules

index c135097f5841b54cf0bce9326add5aa47196bf4c..29b73a69b11d6b67ee653d6e5cbe472dc142a377 100755 (executable)
@@ -37,7 +37,8 @@ header-update:
                        ./scripts/strippatch.pl \
                        ../patches/linux-2.4.18-devmapper-ioctl.patch | \
                        ./scripts/includes.pl kernel-source-2.4.18/ | \
-                       patch -p1 
+                       patch -p1 && \
+                       rm -rf kernel-source-2.4.18
 
 configure: configure-stamp
 configure-stamp:
This page took 0.030515 seconds and 5 git commands to generate.