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

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 28 Aug 2018 17:27:53 -0400 (EDT)

hrev52299 adds 1 changeset to branch 'master'
old head: b41678294beaafee3f90d30b132088d890eac969
new head: d28caaed686e8f2c5af499d1639c4baea4e85e9d
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=d28caaed686e+%5Eb41678294bea

----------------------------------------------------------------------------

d28caaed686e: build_cross_tools: Also touch .in files to prevent their 
regeneration.
  
  Change-Id: Id893460327fd6db064c6fc0fb4de8e6ada1b1773
  Reviewed-on: https://review.haiku-os.org/496
  Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>

                                   [ waddlesplash <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev52299
Commit:      d28caaed686e8f2c5af499d1639c4baea4e85e9d
URL:         https://git.haiku-os.org/haiku/commit/?id=d28caaed686e
Author:      waddlesplash <waddlesplash@xxxxxxxxx>
Date:        Tue Aug 28 21:26:45 2018 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/scripts/build_cross_tools_gcc4 | 2 +-

----------------------------------------------------------------------------

diff --git a/build/scripts/build_cross_tools_gcc4 
b/build/scripts/build_cross_tools_gcc4
index 97e834ed81..d271c9e537 100755
--- a/build/scripts/build_cross_tools_gcc4
+++ b/build/scripts/build_cross_tools_gcc4
@@ -144,7 +144,7 @@ find "$binutilsSourceDir" "$gccSourceDir" -name \*.info 
-print0 | xargs -0 touch
 # touch all configure files in order to avoid them being auto-rebuilt,
 # as this often fails because the host system does not have the exact
 # version of autofools that GCC wants
-find "$binutilsSourceDir" "$gccSourceDir" -name configure -print0 | xargs -0 
touch
+find "$binutilsSourceDir" "$gccSourceDir" \( -name configure -o -name \*.in \) 
-print0 | xargs -0 touch
 
 # create the object and installation directories for the cross compilation 
tools
 objDir="${installDir}-build"


Other related posts:

  • » [haiku-commits] haiku: hrev52299 - build/scripts - waddlesplash