Differences From Artifact [f52d4218f1]:
- Executable file dbus/build.sh — part of check-in [fddc41b4b8] at 2014-05-20 22:58:57 on branch trunk — Updated to include global CFLAGS/LDFLAGS/CPPFLAGS/LIBS in addition to per-project settings (user: rkeene, size: 3143) [annotate] [blame] [check-ins using] [more...]
To Artifact [9243806e9e]:
- Executable file dbus/build.sh — part of check-in [6f9977f121] at 2016-02-24 19:38:52 on branch trunk — Updated to use common download infrastructure (user: rkeene, size: 3094) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - - + - | LIBS="${LIBS} ${KC_DBUS_LIBS}" export LDFLAGS CFLAGS CPPFLAGS LIBS if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |