Get rid of gensend target & cached git version.
authorWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:15:49 +0000 (12:15 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:23:58 +0000 (12:23 -0700)
commit804411b7fd006d6a399a2b917b508259a752cfed
treea9bfb214e07beb3efe601416b0f6c1767cc4c77e
parent0b1b2a3ff4b01b7ad6be5defe49172f04a0f7082
Get rid of gensend target & cached git version.

- Change the developer flow to not require updating the git-version repo
  that the builds used to download a git-version.h file. The Actions now
  do a full repo fetch so that the .h file can be generated via the git
  history.
- Get rid of the gensend Makefile target that was used for the above.
- Get rid of the pre-push git hook file that called "Make gensend".
- Change the FreeBSD build to save an artifact with its built binaries.

[buildall]
.github/workflows/build.yml
.github/workflows/freebsd-build.yml
.github/workflows/solaris-build.yml
Makefile.in
packaging/auto-Makefile
packaging/pkglib.py
packaging/pre-push [deleted file]
packaging/release-rsync