bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Endless loop in Make 3.80 (Cygwin)


From: Peter Keitler
Subject: Endless loop in Make 3.80 (Cygwin)
Date: Tue, 20 Apr 2004 10:07:32 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040316

Hi *,

the following Makefile enters an endless loop on our Cygwin installation (Win2k, SP3) with GNU Make 3.80.

### begin
dep : env
        @echo Target: dep
        touch dep

env:
        @echo Target: environment

include dep
### end

I call it with the 'make' command only, without any parameters. On our Linux box (SuSE 8.1, 'uname -r: 2.4.21-168-default') with GNU Make Version 3.79.1, both targets are built only twice each. This is the behaviour I would expect, since the included Makefile has changed after the first run.

Any ideas? Do you need further information?

--
Mit freundlichen Grüßen,
Best Regards,

Peter Keitler
BALTECH AG
Lilienthalstrasse 27
85399 Hallbergmoos
Germany
phone: +49 (0)811 99881-0
fax:   +49 (0)811 99881-11
mailto:address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]