Re: Bug#218367: make: strange behavior with multi-target rules

2004-02-21 Thread Paul D. Smith
%% Manoj Srivastava <[EMAIL PROTECTED]> writes: ms> I have always thought that a normal (non-pattern) rule with ms> multiple targets gets run multiple times, once per each target ms> that is out of date. That's correct. ms> MODULES := Blah Bleh ms> SOURCES := $(addsuffix .sml,$(MODULES

Re: Bug#218367: make: strange behavior with multi-target rules

2003-11-11 Thread Ted Stern
On 10 Nov 2003, Manoj Srivastava wrote: > > Surprise #3: refactor like this > > $(TEX) : junk > > junk: $(SOURCES) > ./bin/plit -n $(SOURCES) > > touch Blah.sml. Now make modules.tex runs the last rule (once), but > not the first rule (for modules.tex itself), even though it clearly is > out

Re: Bug#218367: make: strange behavior with multi-target rules

2003-11-11 Thread Manoj Srivastava
Hi, [Please retain the CC to [EMAIL PROTECTED] so that the Debian Bug Tracking system can record your input] This has been reported by a debian user. Package: make Version: 3.80-4 I have always thought that a normal (non-pattern) rule with multiple targets gets run mul