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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user