Overview
| Comment: | make tarball: Use ofzip to create tarball |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a0b3632d8a303d3f0b725a32cbfa532d |
| User & Date: | js on 2017-08-05 21:43:15 |
| Other Links: | manifest | tags |
Context
|
2017-08-05
| ||
| 21:50 | OFFileManager: s/\(modification\)Time/\1Date/ (check-in: 9c3423636f user: js tags: trunk) | |
| 21:43 | make tarball: Use ofzip to create tarball (check-in: a0b3632d8a user: js tags: trunk) | |
| 21:39 | ofzip: Support for creating / appending tar files (check-in: ddfb995c90 user: js tags: trunk) | |
Changes
Modified Makefile from [ea6009bccb] to [33b279062a].
| ︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + - + + |
echo "Generating tarball for version ${PACKAGE_VERSION}..."
rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \
objfw-${PACKAGE_VERSION}.tar.gz
mkdir objfw-${PACKAGE_VERSION}
git --work-tree=objfw-${PACKAGE_VERSION} checkout .
rm objfw-${PACKAGE_VERSION}/.gitignore
cp configure config.h.in objfw-${PACKAGE_VERSION}/
|