Timestamp is not being checked on NT + other

2000-03-15 Thread Mohan Krishnan
I hv make version 3.78.1 on NT. I found two problems. The attached files are just for the first problem   1) make reports "nothing to make" even though the target has changed. Same test works fine on Solaris. I am attaching a small test Makefile with some test files. First time through make

Re: Bug on the windows 32 port of gnu make

2000-03-15 Thread Paul D. Smith
This isn't a bug. This is how VPATH is designed to work. Please see the discussion of "How Not to Use VPATH" at my web site below: http://www.ultranet.com/~pauld/gmake/ HTH. -- --- Paul D. Smith <[EMAIL PROTECTED]

Bug on the windows 32 port of gnu make

2000-03-15 Thread Tianmiao Hu
Dear Sir/Madam, Let me specify what I did with the windows 32 version of gnu make utility. I want to use make to compile some inter-related java codes. You know, java name space is based on directory. So I have some files under one directory, some files under another. The output class files w