Set the variables in BuildConfig with ?= which allows for overriding them with environment variables.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@277 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-17 16:27:37 +00:00
parent 333119344a
commit f2578b0a59
Vendored
+3 -3
View File
@@ -87,8 +87,8 @@ cat << EOF > BuildConfig
# BuildConfig # BuildConfig
# Note: This file has been automatically generated by configure. # Note: This file has been automatically generated by configure.
FLOPPY_PATH = "$floppy" ; FLOPPY_PATH ?= "$floppy" ;
GCC_PATH = ${GCC_PATH} ; GCC_PATH ?= ${GCC_PATH} ;
BOCHS_E9_HACK = $bochs_debug ; BOCHS_E9_HACK ?= $bochs_debug ;
EOF EOF