This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using -nt in Borne shell


I am attempting to build rhug on SUN Sparc Solaris 2.7. Some of the
Makefiles use the "-nt" option to see if one file is newer than another.
Borne shell doesn't support this. An easy solution for Solaris is to use
the Korn shell because it is always available. I used the command ==> find
. -name Makefile -exec grep -l \\-nt {} \;

The following was the results:
./classpathx-activation/Makefile
./classpathx-mail/Makefile
./commons-digester/Makefile
./jakarta-ant/Makefile
./jakarta-servletapi-4/Makefile
./jakarta-tomcat-4/Makefile
./junit/Makefile
./xalan/Makefile
./xerces/Makefile



-- Roy



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]