diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:51:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:51:42 -0400 |
commit | e55c32e8b1292342b443e204807460dc597bf939 (patch) | |
tree | e3d56f8c047637b462991f0b2679b5673881bfc9 /dh_auto_clean | |
parent | cf04cbf2d5d3edf3d9e2ef7ef348b7bd7d5d5a15 (diff) | |
download | debhelper-e55c32e8b1292342b443e204807460dc597bf939.tar.gz |
Add a Makefile and simplify this package's own rules file using all the new toys.
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-x | dh_auto_clean | 1 |
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; |