Overview
Comment: | Make sure .frameworks are correctly versioned |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28ac809cfb8f6c3ffd82a5eab6977c63 |
User & Date: | js on 2023-09-03 23:09:48 |
Other Links: | manifest | tags |
Context
2023-09-04
| ||
21:09 | Create Current symlink for .frameworks check-in: f9990e4946 user: js tags: trunk | |
2023-09-03
| ||
23:09 | Make sure .frameworks are correctly versioned check-in: 28ac809cfb user: js tags: trunk | |
2023-07-15
| ||
21:08 | Update copyright on a missed file check-in: cf904a372d user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [7dc02b13d9] to [fa0182bd89].
︙ | |||
190 191 192 193 194 195 196 | 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | - + | else \ ${LINK_FAILED}; \ fi ${FRAMEWORK} ${FRAMEWORK_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA} ${LINK_STATUS} out="$@"; \ |
︙ |