[haiku-commits] haiku: hrev43274 - build/scripts

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 15 Nov 2011 20:22:47 +0100 (CET)

Revision:    hrev43274
Commit:      2f7b75b323d3cc33b1bb269e11bb6e308287562f
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2f7b75b
Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
Date:        Tue Nov 15 19:22:23 2011 UTC

Fix the gcc bison issue for real

Also touch cp/parse.{c,h}, which apparently are the culprit.

............................................................................

 build/scripts/build_cross_tools |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build/scripts/build_cross_tools b/build/scripts/build_cross_tools
index 6f5efa9..976b732 100755
--- a/build/scripts/build_cross_tools
+++ b/build/scripts/build_cross_tools
@@ -124,7 +124,8 @@ copy_headers $haikuSourceDir/headers/posix 
$tmpIncludeDir/posix
 
 # Touch some files generated by bison, so that bison won't run to update them.
 # Fixes issues with newer bison versions.
-(cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c)
+(cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c cp/parse.c \
+       cp/parse.h)
 
 # configure gcc
 cd $gccObjDir


Other related posts: