Overview
| Comment: | Makefile: Revert back to packaging as .tar.gz
While .tar.xz is smaller, .tar.gz is more widely supported. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
211234ea7017e23925beebca4a4cfce7 |
| User & Date: | js on 2016-04-24 11:39:00 |
| Other Links: | manifest | tags |
Context
|
2016-04-24
| ||
| 14:22 | OFFileManager: Add methods to get owner and mode (check-in: fdffe0a0e7 user: js tags: trunk) | |
| 11:39 | Makefile: Revert back to packaging as .tar.gz (check-in: 211234ea70 user: js tags: trunk) | |
| 11:13 | OFZIP: Small change to make GCC happy (check-in: a4af1a1447 user: js tags: trunk) | |
Changes
Modified Makefile from [a5b8cc4591] to [ea6009bccb].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + - + - + + + - + - + |
include buildsys.mk
utils tests: src
tarball:
echo "Generating tarball for version ${PACKAGE_VERSION}..."
rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \
|