From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20536 invoked by alias); 17 Feb 2004 12:26:25 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 20528 invoked from network); 17 Feb 2004 12:26:23 -0000 Received: from unknown (HELO dfw-gate3.raytheon.com) (199.46.199.232) by sources.redhat.com with SMTP; 17 Feb 2004 12:26:23 -0000 Received: from ds02c00.directory.ray.com (ds02c00.directory.ray.com [147.25.138.118]) by dfw-gate3.raytheon.com (8.12.10/8.12.10) with ESMTP id i1HCQMxu011769 for ; Tue, 17 Feb 2004 06:26:22 -0600 (CST) Received: from ds02c00.directory.ray.com (localhost [127.0.0.1]) by ds02c00.directory.ray.com (8.12.10/8.12.1) with ESMTP id i1HCQLsk021913 for ; Tue, 17 Feb 2004 12:26:21 GMT Received: Received: from notesserver3.ftw.us.ray.com (notesserver3.ftw.us.ray.com [151.168.145.75]) by ds02c00.directory.ray.com (8.12.10/8.12.9) with ESMTP id i1HCQHRI021880 sender Roy_M_Bell@raytheon.com for ; Tue, 17 Feb 2004 12:26:17 GMT Subject: Using -nt in Borne shell To: rhug-rhats@sources.redhat.com Message-ID: From: Roy_M_Bell@raytheon.com Date: Tue, 17 Feb 2004 12:26:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2004-02/txt/msg00009.txt.bz2 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