The suggestion to rename Y_TAB.C to y_tab.c got me a lot further along.
(Apologies for not seeing it in the first place. I can only claim fatigue
as an excuse. :( )
Now I'm seeing a couple of other things:
mfconcom ICopy.pm
mfconcom CCVers.pm
mfconcom GetInstDir.pm
make[1]: Leaving directory `/tmp/sapdb_tools'
envexec /tmp/sapdb_tools /tmp/sapdb_tools perl /tmp/sapdb_tools/bin/imf.pl
alltools.mac
make: envexec: Command not found
make: *** [alltools] Error 127
This was easily correctable by changing the Makefile to read
./envexec $(CURDIR) $(TOOL) perl $(TOOL)/bin/imf.pl alltools.mac
instead of
envexec $(CURDIR) $(TOOL) perl $(TOOL)/bin/imf.pl alltools.mac
Once I did that, then I saw:
mfconcom CCVers.pm
mfconcom GetInstDir.pm
make[1]: Leaving directory `/tmp/sapdb_tools'
./envexec /tmp/sapdb_tools /tmp/sapdb_tools perl /tmp/sapdb_tools/bin/imf.pl
alltools.mac
sh: /tmp/sapdb_tools/pgm/GetBuildNr: No such file or directory
caution: Can't get a buildnumber. Won't use buildnumber.
vmake 10.00.06 22-04-2002
When I investigated a little (I'm not very good at Makefiles), it appears
that sys/src/tt/Build/Makefile has an "include ../Makedefs" line, and the
referenced file doesn't exist in sys/src/tt.
Mark Post
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general