Changeset 705ca2b in mainline for tools/xcw/bin/helenos-bld-config


Ignore:
Timestamp:
2018-11-13T11:39:46Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbf528f
Parents:
e394c196
git-author:
Jiri Svoboda <jiri@…> (2018-11-12 20:38:25)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-13 11:39:46)
Message:

XCW should provide interfaces to find install directory and to run EW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/bin/helenos-bld-config

    re394c196 r705ca2b  
    5858*.--cflags) extract_field "HELENOS_CFLAGS" "$CONFIG_MK";;
    5959*.--ldflags) extract_field "HELENOS_LDFLAGS" "$CONFIG_MK";;
     60*.--install-dir) echo "$(realpath "$SRC_ROOT/uspace/overlay")";;
    6061(*)
    6162        echo "Unknown option $1" >&2
    62         echo "Usage: helenos-pkg-config {--cc|--ld|--uarch|--endian}" >&2
     63        echo "Usage: helenos-bld-config <option>" >&2
     64        echo "        --cc" >&2
     65        echo "        --ld" >&2
     66        echo "        --uarch" >&2
     67        echo "        --endian" >&2
     68        echo "        --cflags" >&2
     69        echo "        --ldflags" >&2
     70        echo "        --install-dir" >&2
    6371        exit 1;;
    6472esac
Note: See TracChangeset for help on using the changeset viewer.