comparison Makefile @ 558:3ae0d41945a7

Use "hg -i" instead of "hg -q" to retrieve the global revision
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 11 Sep 2024 14:03:06 +0200
parents b99bcd88b2a3
children cfc1a2151de4
comparison
equal deleted inserted replaced
557:3afebbaf613b 558:3ae0d41945a7
60 60
61 MANPAGES5= ${:!${LS} -1 "${.CURDIR}/docs/man/man5"!} 61 MANPAGES5= ${:!${LS} -1 "${.CURDIR}/docs/man/man5"!}
62 MANPAGES8= ${:!${LS} -1 "${.CURDIR}/docs/man/man8"!} 62 MANPAGES8= ${:!${LS} -1 "${.CURDIR}/docs/man/man8"!}
63 63
64 HGCANONICALPATH?= default 64 HGCANONICALPATH?= default
65 HGREVISION= ${:!hg id -R "${SRC}" -q!} 65 HGREVISION= ${:!hg id -R "${SRC}" -i!}
66 HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!} 66 HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!}
67 HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!} 67 HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!}
68 HGPATH= ${:!hg --config ui.paginate=never path -R "${SRC}" ${HGCANONICALPATH} || echo "file://\$$\(hg root)"!} 68 HGPATH= ${:!hg --config ui.paginate=never path -R "${SRC}" ${HGCANONICALPATH} || echo "file://\$$\(hg root)"!}
69 HGPHASE= ${:!hg phase!:[2]} 69 HGPHASE= ${:!hg phase!:[2]}
70 SIMPLEVERSIONSTR= v${PKGVERSION} (rv:${HGREVISION}) 70 SIMPLEVERSIONSTR= v${PKGVERSION} (rv:${HGREVISION})