make broke on 1.3.14?

Marty Leisner (leisner@sdsp.mc.xerox.com)
Mon, 7 Aug 1995 13:23:21 PDT


On 1.3.14 I do make and get:
brk(0x802a000) = 0x802a000
stat("RCS", 0xbfffe914) = -1 ENOENT (No such file or directory)
stat("SCCS", 0xbfffe914) = -1 ENOENT (No such file or directory)
stat("GNUmakefile", 0xbfffe920) = -1 ENOENT (No such file or directory)
stat("makefile", 0xbfffe920) = -1 ENOENT (No such file or directory)
stat("Makefile", {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0
write(2, "make: *** ", 10make: *** ) = 10
write(2, "No targets specified and no make"..., 42No targets specified and no makefile found) = 42
write(2, ". Stop.\n", 9. Stop.
) = 9
chdir("/fs2/ld.so-1.7.4") = 0
_exit(2)

With 1.2.8 it worked fine...

I don't see the stat sequence with 1.2.8...

Hints??? (I'm using elf/libc 5.2.3/make 3.74).

marty leisner@sdsp.mc.xerox.com
Member of the League for Programming Freedom (http://www.lpf.org)
Any sufficiently advanced technology is indistinguishable from magic
Arthur C. Clarke, The Lost Worlds of 2001