public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Lee Iverson <leei@ai.sri.com>
To: egcs@cygnus.com
Cc: skimo@breughel.ufsia.ac.be (Sven Verdoolaege)
Subject: Re: A new libg++ addon for egcs
Date: Thu, 11 Dec 1997 10:01:00 -0000	[thread overview]
Message-ID: <199712111726.JAA04825@Canada.AI.SRI.COM> (raw)
In-Reply-To: <m0xfrIK-0004ecC@ocean.lucon.org>

In message < m0xfrIK-0004ecC@ocean.lucon.org > you write:
> 
> Here is the patch for libg++-2.8.0b6.3 to bring it to 2.8.0b6.4. 
> libg++-2.8.0b6.4 is at ftp://ftp.yggdrasil.com/private/hjl .

The following is also needed (gxx_includedir -> gxx_include_dir):

*** Makefile.in.~1~	Fri Oct 10 15:52:49 1997
--- Makefile.in	Fri Dec  5 14:05:27 1997
*************** installcheck: check
*** 148,152 ****
  .stmp-genclass: $(BUILD_LIBS)
  	@rootme=`pwd`/ ; export rootme ; cd genclass ; \
! 	  $(MAKE) $(FLAGS_TO_PASS) "gxx_includedir=$(gxx_includedir)"
  	touch $@
  
--- 148,152 ----
  .stmp-genclass: $(BUILD_LIBS)
  	@rootme=`pwd`/ ; export rootme ; cd genclass ; \
! 	  $(MAKE) $(FLAGS_TO_PASS) "gxx_include_dir=$(gxx_include_dir)"
  	touch $@
  
*************** installcheck: check
*** 184,189 ****
  .PHONY: install
  install:
! 	@if [ -f $(gxx_includedir)/unistd.h ] ; then echo; \
! 	  echo '*** You seem to have files in $(gxx_includedir)/g++-include'; \
  	  echo '*** left over from an old release of libg++.  These must be removed.'; \
  	  echo '*** Please see $(srcdir)/README for more information.'; \
--- 184,189 ----
  .PHONY: install
  install:
! 	@if [ -f $(gxx_include_dir)/unistd.h ] ; then echo; \
! 	  echo '*** You seem to have files in $(gxx_include_dir)/g++-include'; \
  	  echo '*** left over from an old release of libg++.  These must be removed.'; \
  	  echo '*** Please see $(srcdir)/README for more information.'; \
*************** install:
*** 215,219 ****
  		if [ -d $$D ] ; then \
  			(rootme=`pwd`/ ; export rootme ; cd $$D;\
! 			  $(MAKE) $(FLAGS_TO_PASS) "gxx_includedir=$(gxx_includedir)" install) ; \
  		else true ; \
  		fi ; \
--- 215,219 ----
  		if [ -d $$D ] ; then \
  			(rootme=`pwd`/ ; export rootme ; cd $$D;\
! 			  $(MAKE) $(FLAGS_TO_PASS) "gxx_include_dir=$(gxx_include_dir)" install) ; \
  		else true ; \
  		fi ; \
*** genclass/Makefile.in.~1~	Sat Mar 11 11:42:33 1995
--- genclass/Makefile.in	Fri Dec  5 14:05:36 1997
*************** srcdir = .
*** 8,12 ****
  genclass: $(srcdir)/genclass.sh
  	echo "/^PROTODIR=/c\\" > sedscript
! 	echo "PROTODIR=$$\{PROTODIR-$(gxx_includedir)/gen\}" >> sedscript
  	sed <../Makefile -n -e '/VERSION/s/LIBG++_DIST_VERSION *= *\(.*\)/s|<VERSION>|\1|/p' >> sedscript
  	sed -f sedscript < $(srcdir)/genclass.sh > genclass.tmp
--- 8,12 ----
  genclass: $(srcdir)/genclass.sh
  	echo "/^PROTODIR=/c\\" > sedscript
! 	echo "PROTODIR=$$\{PROTODIR-$(gxx_include_dir)/gen\}" >> sedscript
  	sed <../Makefile -n -e '/VERSION/s/LIBG++_DIST_VERSION *= *\(.*\)/s|<VERSION>|\1|/p' >> sedscript
  	sed -f sedscript < $(srcdir)/genclass.sh > genclass.tmp
*** src/Makefile.in.~1~	Tue Sep 23 19:19:34 1997
--- src/Makefile.in	Fri Dec  5 14:04:22 1997
*************** install:
*** 68,75 ****
  	if [ -z "$(MULTISUBDIR)" ]; then \
  	  for FILE in `(cd ${srcdir}; echo *.h gen/*.ccP gen/*.hP)`; do \
! 	    rm -f $(gxx_includedir)/$$FILE ; \
! 	    $(INSTALL_DATA) ${srcdir}/$$FILE $(gxx_includedir)/$$FILE \
  	      || exit 1; \
! 	    chmod a-x,a+r $(gxx_includedir)/$$FILE ; \
  	  done ; \
  	else true ; \
--- 68,75 ----
  	if [ -z "$(MULTISUBDIR)" ]; then \
  	  for FILE in `(cd ${srcdir}; echo *.h gen/*.ccP gen/*.hP)`; do \
! 	    rm -f $(gxx_include_dir)/$$FILE ; \
! 	    $(INSTALL_DATA) ${srcdir}/$$FILE $(gxx_include_dir)/$$FILE \
  	      || exit 1; \
! 	    chmod a-x,a+r $(gxx_include_dir)/$$FILE ; \
  	  done ; \
  	else true ; \

-------------------------------------------------------------------------------
Lee Iverson     		SRI International
leei@ai.sri.com			333 Ravenswood Ave., Menlo Park CA 94025
http://www.ai.sri.com/~leei/	(650) 859-3307

  reply	other threads:[~1997-12-11 10:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <19971210131621.13050@breughel.ufsia.ac.be>
1997-12-10 10:58 ` H.J. Lu
1997-12-11 10:01   ` Lee Iverson [this message]
1997-12-11 16:11     ` H.J. Lu
1997-12-14  7:48       ` Neal Becker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199712111726.JAA04825@Canada.AI.SRI.COM \
    --to=leei@ai.sri.com \
    --cc=egcs@cygnus.com \
    --cc=skimo@breughel.ufsia.ac.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).