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]

Your change to gcc/Makefile.in



I don't think this is right:

  *************** stmp-fixinc: fixinc.sh gsyslimits.h
  *** 2194,2200 ****
	    if [ -d $(libdir)/gcc-lib/$(target_alias) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias) ; fi; \
	    if [ -d $(libdir)/gcc-lib/$(target_alias)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias)/$(version) ; fi; \
	  else true; fi
  ! 
	  touch stmp-fixinc

    # Files related to the fixproto script.
  --- 2197,2203 ----
	    if [ -d $(libdir)/gcc-lib/$(target_alias) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias) ; fi; \
	    if [ -d $(libdir)/gcc-lib/$(target_alias)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias)/$(version) ; fi; \
	  else true; fi
  ! 	exit 1
	  touch stmp-fixinc

    # Files related to the fixproto script.

This went in between revs 1.296 and 1.297 of Makefile.in.  The affect
is to cause all uses of stmp-fixinc to exit with error code 1, causing
an immediate bootstrap abort.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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