This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: [PATCH] Small convenience patch to src/Makefile.am


I think WERROR should also be included in AM_MAKEFLAGS in the
top-level Makefile.am, so that you can rebuild the whole library
without -Werror.

    Brane


2000-06-22  Branko Cibej  <branko.cibej@hermes.si>

	* Makefile.am (AM_MAKEFLAGS): Added WERROR to list of flags.


-- 
Branko Čibej                 <branko.cibej@hermes.si>
HERMES SoftLab, Litijska 51, 1000 Ljubljana, Slovenia
voice: (+386 1) 586 53 49     fax: (+386 1) 586 52 70
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/Makefile.am,v
retrieving revision 1.4
diff -c -p -r1.4 Makefile.am
*** Makefile.am	2000/05/25 10:14:25	1.4
--- Makefile.am	2000/06/22 10:23:35
*************** AM_MAKEFLAGS = \
*** 141,147 ****
  	"NM=$(NM)" \
  	"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
  	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
! 	"DESTDIR=$(DESTDIR)" 
  
  
  
--- 141,148 ----
  	"NM=$(NM)" \
  	"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
  	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
! 	"DESTDIR=$(DESTDIR)" \
! 	"WERROR=$(WERROR)"
  
  
  


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