Changeset b501de7 in mainline for tools/xcw/bin/helenos-bld-config
- Timestamp:
- 2018-11-26T13:55:51Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b555f0f
- Parents:
- 5aa06ad
- git-author:
- Jiri Svoboda <jiri@…> (2018-11-25 17:54:21)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-11-26 13:55:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-bld-config
r5aa06ad rb501de7 33 33 34 34 SRC_ROOT="$(dirname "$0")/../../.." 35 MAKEFILE_COMMON="$SRC_ROOT"/Makefile.common 36 MAKEFILE_CONFIG="$SRC_ROOT"/Makefile.config 37 CONFIG_MK="$SRC_ROOT"/uspace/export/config.mk 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 38 41 39 42 # Extract simple 'name = value' variable definition from Makefile
Note:
See TracChangeset
for help on using the changeset viewer.