]> git.ipfire.org Git - thirdparty/rsync.git/commit
Stop checking for gmake in build scripts
authorWayne Davison <wayne@opencoder.net>
Fri, 5 Feb 2021 04:46:00 +0000 (20:46 -0800)
committerWayne Davison <wayne@opencoder.net>
Fri, 5 Feb 2021 04:51:04 +0000 (20:51 -0800)
commitef36b097bfd38cdf3f331f264e0792ab76d479c8
tree5e33c104b69206fdf3c323d8316bcf76438d53f8
parentec3833c96e4ca652a36d7cf2448d1019a056b738
Stop checking for gmake in build scripts

Since a non-cygwin gmake trips up the github cygwin action, let's just
require that the user put a good "make" early on their path (a simple
`ln -s `which gmake` ~/bin/make` with the right $PATH works fine).
packaging/smart-make
prepare-source