Overview
Comment: | Delete .sl file before symlinking to it |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
944247deeb50fb8bfa020d9f0c463e6e |
User & Date: | js on 2021-01-01 15:49:14 |
Other Links: | manifest | tags |
Context
2021-01-01
| ||
15:58 | Fix handling of empty DEPS check-in: 9085352444 user: js tags: trunk | |
15:49 | Delete .sl file before symlinking to it check-in: 944247deeb user: js tags: trunk | |
14:15 | Update copyright check-in: dbe1c3e2fd user: js tags: trunk | |
Changes
Modified build-aux/m4/buildsys.m4 from [b4525701d1] to [b34d61e29f].
︙ | |||
265 266 267 268 269 270 271 | 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 | - + | hppa*-*-hpux*) AC_MSG_RESULT([HP-UX (PA-RISC)]) LIB_CFLAGS='-fPIC -DPIC' LIB_LDFLAGS='-shared -Wl,+h,$$out' LIB_LDFLAGS_INSTALL_NAME='' LIB_PREFIX='lib' LIB_SUFFIX='.${LIB_MAJOR}' |
︙ |