[bug #49661] syntax anomaly with order-only prereqs and pattern rules

2016-11-21 Thread David Boyce
Follow-up Comment #2, bug #49661 (project make): Ah, that makes sense. I was submitting this for someone else and should have paid closer attention. Thanks. ___ Reply to this item at: __

[bug #49661] syntax anomaly with order-only prereqs and pattern rules

2016-11-21 Thread anonymous
Follow-up Comment #1, bug #49661 (project make): It's a important feature of pattern rules that you can define multiple pattern rules that match the same target. Consider the various pattern rules for %.o: $ make -pq | grep '%\.o:' %.o: %.o: %.c %.o: %.cc %.o: %.C %.o: %.cpp %.o: %.p %.o: %.f %.

Re: [PATCH] Improve “missing separator” error when reading spaces

2016-11-21 Thread Edward Welbourne
Michael Stapelberg's patch: diff --git a/read.c b/read.c index b870aa8..3c67e55 100644 --- a/read.c +++ b/read.c @@ -1122,6 +1122,8 @@ eval (struct ebuffer *ebuf, int set_default) one of the most common bugs found in makefiles... */ if (cmd_prefix == '\t' && strneq (

[bug #49661] syntax anomaly with order-only prereqs and pattern rules

2016-11-21 Thread David Boyce
URL: Summary: syntax anomaly with order-only prereqs and pattern rules Project: make Submitted by: boyski Submitted on: Mon 21 Nov 2016 02:33:07 PM GMT Severity: 3 - Normal