Differences From Artifact [4341fed160]:
- File Makefile — part of check-in [244d242e2d] at 2022-08-21 19:46:42 on branch trunk — make release: Remove .cirrus.yml from exclude (user: js, size: 1441) [annotate] [blame] [check-ins using] [more...]
To Artifact [a04c0a2490]:
- File
Makefile
— part of check-in
[259a72e1a6]
at
2023-08-30 13:44:24
on branch trunk
— Makefile: Remove objfw.spec from exclude list
It no longer exists. (user: js, size: 1378) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | config.h \ config.log \ config.status \ extra.mk include buildsys.mk |
| ︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - - - |
--exclude '.fossil*,.git*' | ofarc -ttgz -xq -
cp configure config.h.in objfw-${PACKAGE_VERSION}/
ofarc -cq objfw-${PACKAGE_VERSION}.tar objfw-${PACKAGE_VERSION}
rm -fr objfw-${PACKAGE_VERSION}
gzip -9 objfw-${PACKAGE_VERSION}.tar
rm -f objfw-${PACKAGE_VERSION}.tar
gpg -b objfw-${PACKAGE_VERSION}.tar.gz || true
|