www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/1999/03/05/02:19:53

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com
Message-ID: <91A8FD196436D1118EC2006008186C96149475@server1.axonet.com.au>
From: Andrew Dalgleish <andrewd AT axonet DOT com DOT au>
To: cygwin-developers AT sourceware DOT cygnus DOT com
Subject: gcc/Makefile.in patch
Date: Fri, 5 Mar 1999 18:21:22 +1100
X-Priority: 3
X-Mailer: Internet Mail Service (5.0.1458.49)

This allows the install to proceed if you do not have texinfo installed.
(If cpp.info* does not exist, the for loop passes "cpp.info*" as the
filename to install.)

Regards,
Andrew Dalgleish


--- gcc/Makefile.in.orig	Tue Oct 20 17:20:35 1998
+++ gcc/Makefile.in	Fri Mar 05 10:37:07 1999
@@ -2422,7 +2422,9 @@
 install-info: doc installdirs lang.install-info
 	-rm -f $(infodir)/cpp.info* $(infodir)/gcc.info*
 	for f in cpp.info* gcc.info*; do \
+	    if [ -f $$f ] ; then \
 	    $(INSTALL_DATA) $$f $(infodir)/$$f; \
+	    fi \
 	done
 	-if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
 	  if [ -f $(infodir)/dir ] ; then \

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019