[bug #63241] implement "exit" in makefile parsing

2022-10-20 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63241 (project make): i'd prefer to keep make language free of imperative constructs. Once you give them "if", they'll want "for" and "break" and "exit", etc. In my experience, it is better to avoid code like ifneq ($(filter %clean clobber,$(MAKECMDGOALS)),). T

[bug #63241] implement "exit" in makefile parsing

2022-10-19 Thread anonymous
URL: Summary: implement "exit" in makefile parsing Project: make Submitter: None Submitted: Wed 19 Oct 2022 04:43:52 PM UTC Severity: 3 - Normal Item Group: Enhanc