Changes in tools/xcw/bin/helenos-bld-config [b501de7:705ca2b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-bld-config
rb501de7 r705ca2b 33 33 34 34 SRC_ROOT="$(dirname "$0")/../../.." 35 if [ -z "$EXPORT_DIR" ]; then 36 EXPORT_DIR="$SRC_ROOT/uspace/export" 37 fi 38 MAKEFILE_COMMON="$EXPORT_DIR"/Makefile.common 39 MAKEFILE_CONFIG="$EXPORT_DIR"/Makefile.config 40 CONFIG_MK="$EXPORT_DIR"/config.mk 35 MAKEFILE_COMMON="$SRC_ROOT"/Makefile.common 36 MAKEFILE_CONFIG="$SRC_ROOT"/Makefile.config 37 CONFIG_MK="$SRC_ROOT"/uspace/export/config.mk 41 38 42 39 # Extract simple 'name = value' variable definition from Makefile
Note:
See TracChangeset
for help on using the changeset viewer.