Changes in tools/xcw/bin/helenos-bld-config [a5c468e:705ca2b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-bld-config
ra5c468e 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.