parinay wrote: > I am failing to compile NFS4 test suite on solaris 10. I am getting > following message when I run 'make install __GNUC=""'; > > Makefile:58: warning: overriding commands for target `/exe.' > Makefile.master:94: warning: ignoring old commands for target `/exe.' > if [ -d tests ]; then \ > (cd tests; pwd; \ > make TESTROOT= \ > MAKE64= __GNUC= __SOS10= );\ > fi > /parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests
Hi Parinay, Can you try to add the (makefile) variables to the command line, to see if it helps? # make install TESTROOT=/parinay/usr/ontest/uts/fs/nfs/nfsv4-test \ POUND_SIGN=# __GNUC="" -- Thanks, Helen