Mail Archives: djgpp-workers/1996/09/12/10:18:25
On Thu, 12 Sep 1996, Eli Zaretskii wrote:
> exactly what are you saying. Can you please elaborate, or give an
> example of a Makefile that is broken by the way Make works? I built
Here is a very simple makefile:
all:
$(MAKE) test
test:
echo test
If the $(SHELL) variable is set to $COMSPEC, then a batch-file with
contents like
i:/djgpp.v2/bin/make.exe test
is creatated and executed by command.com. But command.com does not know
about the forward slashes. (The above example is not exactly tested by
me, because I have my DOS-machine at home, but I remember this, when
I debugged make)
Any other command with long commandlines will be also broken, because
command.com truncates them.
And the last reason is the speed.
Robert
- Raw text -