* On 2025 24 Sep 14:15 -0500, Paul Smith wrote:
> On Wed, 2025-09-24 at 12:05 -0500, Nate Bargmann wrote:
> > As maintainer of the Hamlib project I am working on a reported issue
> > involving the installed version of make in the distribution.  I have
> > verified the issue locally.  The failure is:
> > 
> > Making all in src
> > make[1]: don't know how to make ./hamlibdatetime.h. Stop
> > 
> > make[1]: stopped in /home/larry/Hamlib/src
> > *** Error code 1
> 
> Are you absolutely sure you're using FreeBSD make?  This output sure
> looks like GNU Make output, and I'm pretty sure the different versions
> don't have identical output for errors etc.
> 
> Try running "make --version" and see what you get.

It doesn't appear to be GNU make:

nate@freebsd:~ $ make --version

nate@freebsd:~ $ 


From the FreeBSD make man page:

HISTORY
     A make command appeared in Version 7 AT&T UNIX.  This make implementation
     is based on Adam de Boor's pmake program, which was written for Sprite at
     Berkeley.  It was designed to be a parallel distributed make running jobs
     on different machines using a daemon called “customs”.

     Historically the target/dependency FRC has been used to FoRCe rebuilding
     (since the target/dependency does not exist ... unless someone creates an
     FRC file).

Its man page is considerably different than the GNU make man page on my
Debian systems.

- Nate

-- 
"The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true."
Web: https://www.n0nb.us
Projects: https://github.com/N0NB
GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819

Attachment: signature.asc
Description: PGP signature

Reply via email to