This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Yet another new patch for libg++


While we're at it, the following patch should be applied to libg++:

diff --context --recursive --show-c-function -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el libg++-2.8.1-980207.orig/libg++/etc/configure.in libg++-2.8.1-980207/libg++/etc/configure.in
*** libg++-2.8.1-980207.orig/libg++/etc/configure.in	Thu Jan 29 02:07:54 1998
--- libg++-2.8.1-980207/libg++/etc/configure.in	Thu Mar  5 09:43:08 1998
*************** ALL='$(NOTHING)'
*** 22,25 ****
  
  # post-target:
  
! rm -f ${package_makefile_frag} 2>${package_makefile_rules_frag}
--- 22,25 ----
  
  # post-target:
  
! rm -f ${package_makefile_frag} ${package_makefile_rules_frag}
diff --context --recursive --show-c-function -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el libg++-2.8.1-980207.orig/libg++/genclass/configure.in libg++-2.8.1-980207/libg++/genclass/configure.in
*** libg++-2.8.1-980207.orig/libg++/genclass/configure.in	Thu Jan 29 02:07:54 1998
--- libg++-2.8.1-980207/libg++/genclass/configure.in	Thu Mar  5 09:43:21 1998
*************** ALL=genclass
*** 24,27 ****
  
  # post-target:
  
! rm -f ${package_makefile_frag} 2>${package_makefile_rules_frag}
--- 24,27 ----
  
  # post-target:
  
! rm -f ${package_makefile_frag} ${package_makefile_rules_frag}
diff --context --recursive --show-c-function -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el libg++-2.8.1-980207.orig/libg++/gperf/src/configure.in libg++-2.8.1-980207/libg++/gperf/src/configure.in
*** libg++-2.8.1-980207.orig/libg++/gperf/src/configure.in	Thu Jan 29 02:07:54 1998
--- libg++-2.8.1-980207/libg++/gperf/src/configure.in	Thu Mar  5 09:43:32 1998
*************** TARGETPROG=gperf
*** 22,25 ****
  
  # post-target:
  
! rm -f ${package_makefile_frag} 2>${package_makefile_rules_frag}
--- 22,25 ----
  
  # post-target:
  
! rm -f ${package_makefile_frag} ${package_makefile_rules_frag}


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