RE: Creating a header file dependency.

2010-06-01 Thread Samuel Klatchko
You can easily do this with a wildcard rule: dest/%: src/% @echo Updating $(http://www.symantec.com/ - Office: (415) 738-2663 Mobile: (415) 846-1370 samuel_klatc...@symantec.com From: bug-make-bounces+samuel_klatchko=s

Re: Bug in using the mkdir command with make 3.81

2010-06-01 Thread Paul Smith
On Mon, 2010-05-31 at 11:53 +0530, Jagadishwara Reddy wrote: > I am trying to port my Linux build onto Windows without Cygwin > installed. I am getting errors when i use mkdir command in my make > file and run it with make 3.81 version. Whereas i don't get the same > error when i use the make.3.

[bug #19108] Pattern rules with multiple target patterns do not honor the dependencies of all targets correctly

2010-06-01 Thread Paul D. Smith
Follow-up Comment #7, bug #19108 (project make): This problem (in comment #6 ) is not related to this bug in any way. Please ask your question on one of the mailing lists such as help-m...@gnu.org ___ Reply to this item at:

Re: Creating a header file dependency.

2010-06-01 Thread Edward Welbourne
>Do you have any idea on how to achieve what I want? $(EXPORTED_HDRS): $(EXPORT_HDR_PATH)/%: ../include/% with the same command as you're using. Eddy. ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-mak

[bug #19108] Pattern rules with multiple target patterns do not honor the dependencies of all targets correctly

2010-06-01 Thread Valery
Follow-up Comment #6, bug #19108 (project make): I am lost. In my case 2 targets are generated after a command is completed. targ1 targ2: some dependencies ./my_long_command And I try to avoid two invocations of the command. When I use "make -j 2" the double invocation happens. Since my c