[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2021-11-29 Thread Paul D. Smith
Update of bug #55242 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #5: Thanks for your though

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2021-11-28 Thread Dmitry Goncharov
Follow-up Comment #4, bug #55242 (project make): i agree that the makefile in question is incorrect. i don't think the patch should be applied. i should not have provided the patch to begin with. i'd just gave the 'a.mk: b' rule a proper recipe which builds 'a.mk', rather than an empty recipe. Wi

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2021-11-28 Thread Paul D. Smith
Follow-up Comment #3, bug #55242 (project make): I tried these patches (some updates were needed as remake.c has changed slightly). They do fix the original issue but I thought of a new test to add: # Allow included files to be updated as side-effects of prereqs. Here a.mk # already exists, but

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2020-04-11 Thread Dmitry Goncharov
Additional Item Attachment, bug #55242 (project make): File name: sv_55242_let_included_files_be_byproduct_of_unrelated_rules.diff Size:2 KB File name: sv_55242_let_included_files_be

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2020-04-11 Thread Dmitry Goncharov
Follow-up Comment #2, bug #55242 (project make): Here is a test. diff --git a/tests/scripts/features/include b/tests/scripts/features/include index 0c63c06..f39e5ec 100644 --- a/tests/scripts/features/include +++ b/tests/scripts/features/include @@ -260,4 +260,16 @@ inc1:; @%s $@ && echo FOO := b

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2020-04-11 Thread Dmitry Goncharov
Follow-up Comment #1, bug #55242 (project make): Here is a patch against the current master (0c326a66c9eb3a3b5e4ab7892578b016b0590b1f). This patch causes make to re-execute itself to read the included makefile. diff --git a/src/remake.c b/src/remake.c index fb237c5..4dc91d8 100644 --- a/src/rema

[bug #55242] Included Makefile not found, no rule to build it but make does not fail

2018-12-19 Thread anonymous
URL: Summary: Included Makefile not found, no rule to build it but make does not fail Project: make Submitted by: None Submitted on: Wed 19 Dec 2018 12:37:06 PM UTC Severity: 3 - Norm