Home
last modified time | relevance | path

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

/haiku/
H A Dconfigure542 if ! [ -e "$buildConfigFile" ]; then
543 echo $0 --update: \'$buildConfigFile\' not found - updating not possible.
548 lastConfig=`grep "#c " "$buildConfigFile" | cut -c 4-`
549 lastEnv=`grep "#e " "$buildConfigFile" | cut -c 4-`
550 lastArgs=`grep "#a " "$buildConfigFile" | cut -c 4-`
553 "encoded into '$buildConfigFile' - updating not possible."
1133 cat << EOF > "$buildConfigFile"
1212 echo "${1}_${targetArch} ?= $value ;" >> "$buildConfigFile"
1224 echo "${1}_${targetArch} ?= " >> "$buildConfigFile"
1226 >> "$buildConfigFile"
[all …]