Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added #! line to build script |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | chicken-5 |
Files: | files | file ages | folders |
SHA3-256: |
429766d9ffa698b4156e939d1cd59184 |
User & Date: | murphy 2018-08-14 11:29:15.695 |
Context
2018-08-18
| ||
00:19 | Set version check-in: 1e66b64c57 user: murphy tags: v1.0.2, chicken-5 | |
2018-08-14
| ||
11:29 | Added #! line to build script check-in: 429766d9ff user: murphy tags: chicken-5 | |
2018-08-12
| ||
12:50 | Ported the egg to CHICKEN 5 check-in: ce0ff4b2a5 user: murphy tags: chicken-5 | |
Changes
Changes to build-address-info.
1 | "$CHICKEN_CSC" -O2 -d1 -C "$CFLAGS" -L "$LDFLAGS" "$@" | > | 1 2 | #!/bin/sh -e "$CHICKEN_CSC" -O2 -d1 -C "$CFLAGS" -L "$LDFLAGS" "$@" |