RE: Implicit rule with multiple targets "forgets" to build a target

2013-06-17 Thread Michael Bos
Hello, Please ignore this question, I found the answer in the documentation: "Pattern rules may have more than one target. Unlike normal rules, this does not act as many different rules with the same prerequisites and recipe. If a pattern rule has multiple targets, make knows that the rule's re

Implicit rule with multiple targets "forgets" to build a target

2013-06-17 Thread Michael Bos
Hello, When running "make -f Makefile.bad" (attached) I get the following output: Generate 'E.1' Creating 'A1B/C' from 'E.1' with stem '1' Generate 'E.2' Creating 'A2B/C' from 'E.2' with stem ' As you can see the targets A1B/D and A2B/D are not generated (I do not have any files with such names

[PATCH] Fix issue with PowerPC, char is unsigned by default

2013-06-17 Thread Anton Blanchard
commit 8b034b7d (Small cleanups and fixes) changed update_status from a short int to a char. On PowerPC a char is unsigned by default and this means things that set update_status to -1 do not work any more. 2013-05-07 Anton Blanchard * filedef.h (update_status): Make signed Index: b/