summaryrefslogtreecommitdiff
path: root/dh_auto_clean
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 15:51:42 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 15:51:42 -0400
commite55c32e8b1292342b443e204807460dc597bf939 (patch)
treee3d56f8c047637b462991f0b2679b5673881bfc9 /dh_auto_clean
parentcf04cbf2d5d3edf3d9e2ef7ef348b7bd7d5d5a15 (diff)
Add a Makefile and simplify this package's own rules file using all the new toys.
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-xdh_auto_clean1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_clean b/dh_auto_clean
index aa16c724..222edeca 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -49,6 +49,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") {
# "Making target".
my $ret=`LANG=C $ENV{MAKE} --question $target 2>/dev/null`;
chomp $ret;
+ print ">>$ret for $target\n";
if ($ret =~ /^Making \Q$target\E/m) {
doit($ENV{MAKE}, $target, @{$dh{U_PARAMS}});
last;