]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile.inc1:
authorgjb <gjb@FreeBSD.org>
Thu, 16 Jul 2020 20:34:26 +0000 (20:34 +0000)
committergjb <gjb@FreeBSD.org>
Thu, 16 Jul 2020 20:34:26 +0000 (20:34 +0000)
commit934cecb2eddd11955d4eaae83967568b985b855f
tree5468bf71e60dad060020474b6a4be5a1223fa4c8
parent1b16f464265f0a9f178746f3417baa4eb261634e
Makefile.inc1:
- New file.  Adds logic to search for the git binary, as well
  as determining the branch and revision, used in various
  places.

Makefile:
- Remove searching for the svn{,lite} binary.

Makefile.ec2:
- Reduce duplicated code, removing searching for the svn{,lite}
  binary, in addition to EC2_SVN{BRANCH,REV}.
- Rename EC2_SVN* with GIT* for consistency.

Makefile.mirrors:
- Remove the SRCBRANCH declaration, replaced with the exported
  GITBRANCH variable.
- Update _SNAP_SUFFIX from SVNREVISION to GITREV, and remove
  the leading 'r' from it, since it will break git hashes.
- Remove yet another instance of duplicated code to search for
  the svn{,version}lite binary.

Sponsored by: Rubicon Communications, LLC (netgate.com)
release/Makefile
release/Makefile.ec2
release/Makefile.inc1 [new file with mode: 0644]
release/Makefile.mirrors