NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58103 CVS commit: src/share/mk



The following reply was made to PR port-arm/58103; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58103 CVS commit: src/share/mk
Date: Tue, 2 Apr 2024 22:41:48 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Apr  2 22:41:48 UTC 2024
 
 Modified Files:
 	src/share/mk: bsd.own.mk
 
 Log Message:
 bsd.own.mk: No need for MKSLJIT to be set differently from others.
 
 - Use ?=, not =, so mk.conf setting wins.
 - Write out per-architecture tabular settings, not a conditional.
 - Add comments for the architectures that look like they should have
   sljit but don't.  (XXX Missing comments about powerpc and mips --
   not sure why, is this because modules don't yet work on those
   architectures, or what?)
 
 Tidying for PR 58103: bpfjit.kmod is not built on aarch64.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1365 -r1.1366 src/share/mk/bsd.own.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index