From ad6795dd7d122fa1b3a0613c075e87479980f93f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Nov 2019 21:05:54 +0000 Subject: [PATCH] WIP --- build-aux/subdirmk-setup | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/build-aux/subdirmk-setup b/build-aux/subdirmk-setup index 8a41d47..976e3ce 100755 --- a/build-aux/subdirmk-setup +++ b/build-aux/subdirmk-setup @@ -72,13 +72,13 @@ sub install_output_files () { sub write_makefile ($$) { my ($dir_prefix,$depth) = @_; - print STDERR "write_makefile @_\n"; + #print STDERR "write_makefile @_\n"; start_output_file("${dir_prefix}Makefile"); my $cd = $depth ? join('/', ('..',) x $depth) : '.'; o <