Searched refs:buildConfigFile (Results 1 - 1 of 1) sorted by relevance

/haiku/
H A Dconfigure539 buildConfigFile="$buildOutputDir/BuildConfig"
543 if ! [ -e "$buildConfigFile" ]; then
544 echo $0 --update: \'$buildConfigFile\' not found - updating not possible.
548 lastPwd=`grep "#d " "$buildConfigFile" | cut -c 4-`
549 lastConfig=`grep "#c " "$buildConfigFile" | cut -c 4-`
550 lastEnv=`grep "#e " "$buildConfigFile" | cut -c 4-`
551 lastArgs=`grep "#a " "$buildConfigFile" | cut -c 4-`
554 "encoded into '$buildConfigFile' - updating not possible."
1097 cat << EOF > "$buildConfigFile"
1176 echo "${1}_${targetArch} ?= $value ;" >> "$buildConfigFile"
[all...]

Completed in 33 milliseconds