From: Ian Jackson Date: Sun, 17 Nov 2019 01:26:26 +0000 (+0000) Subject: subdirmk: Change stub force target to `run-main.mk' X-Git-Tag: subdirmk/0.1~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=6fce06f32c1dd21b5c2d7a142d54b7153d650574 subdirmk: Change stub force target to `run-main.mk' This produces significantly better error messages: [some error from actual makefiles] make[1]: Leaving directory '/home/ian/wherever' Makefile:6: recipe for target 'run-main.mk' failed Signed-off-by: Ian Jackson --- diff --git a/generate b/generate index 1787546..dd22146 100755 --- a/generate +++ b/generate @@ -99,12 +99,12 @@ sub write_makefile ($$) { my $cd = $depth ? join('/', ('..',) x $depth) : '.'; o <