delorie.com/archives/browse.cgi | search |
From: | "Tim Van Holder" <tim DOT van DOT holder AT pandora DOT be> |
To: | <djgpp-workers AT delorie DOT com> |
Subject: | RE: [alain AT qnx DOT com: GNU_grep-2.5b_beta] |
Date: | Wed, 14 Feb 2001 00:14:17 +0100 |
Message-ID: | <CAEGKOHJKAAFPKOCLHDIIEJDCAAA.tim.van.holder@pandora.be> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) |
In-reply-to: | <1E4DC52385A@HRZ1.hrz.tu-darmstadt.de> |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> Rem This is required because DOS/Windows are case-insensitive > Rem to file names, and "make install" will do nothing if Make > Rem finds a file called `install'. > [snip] > Rem install-sh is required by the configure script but clashes with the > Rem various Makefile install-foo targets, so we MUST have it before the > Rem script runs and rename it afterwards These should really be fixed in the makefile (those rules should be .PHONY) Is it automake-based? If not, I'd suggest adding .PHONY dependencies for all phony targets. > [if test -d ".\."; then Are you sure this test works? Wouldn't that resolve to 'test -d ..' on any system?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |