Home
last modified time | relevance | path

Searched refs:GITREV (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dmake_gitrev.sh42 GITREV="${1:-include/zfs_gitrev.h}"
45 case "${GITREV}" in
46 /*) echo "Error: ${GITREV} should be a relative path" >&2
57 if [ -f "${top_srcdir}/${GITREV}" ]
72 GITREV="${distdir}/${GITREV}"
73 if cmp -s "${GITREV}" "${GITREVTMP}"
77 mv -f "${GITREVTMP}" "${GITREV}"
/f-stack/freebsd/contrib/openzfs/
H A DMakefile.am52 GITREV = include/zfs_gitrev.h macro
56 $(AM_V_GEN)$(top_srcdir)/scripts/make_gitrev.sh $(GITREV)
62 -$(RM) $(GITREV)
81 $(AM_V_GEN)$(top_srcdir)/scripts/make_gitrev.sh -D $(distdir) $(GITREV)