Changeset 705ca2b in mainline
- Timestamp:
- 2018-11-13T11:39:46Z (6 years ago)
- 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)
- Location:
- tools/xcw/bin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-bld-config
re394c196 r705ca2b 58 58 *.--cflags) extract_field "HELENOS_CFLAGS" "$CONFIG_MK";; 59 59 *.--ldflags) extract_field "HELENOS_LDFLAGS" "$CONFIG_MK";; 60 *.--install-dir) echo "$(realpath "$SRC_ROOT/uspace/overlay")";; 60 61 (*) 61 62 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 63 71 exit 1;; 64 72 esac
Note:
See TracChangeset
for help on using the changeset viewer.