NetBSD-Bugs archive

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

PR/58771 CVS commit: src/crypto/external/bsd/heimdal



The following reply was made to PR toolchain/58771; it has been noted by GNATS.

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58771 CVS commit: src/crypto/external/bsd/heimdal
Date: Sat, 23 Nov 2024 07:39:05 +0000

 Module Name:	src
 Committed By:	lukem
 Date:		Sat Nov 23 07:39:05 UTC 2024
 
 Modified Files:
 	src/crypto/external/bsd/heimdal: Makefile.rules.inc
 
 Log Message:
 heimdal: fix parallel make includes
 
 Split out the rules that generate SRC_asn1.h and SRC_asn1-priv.h
 from SRC.asn1 into their own explicit targets that create those files
 from the intermediate SRC.ts, which may help with parallel builds.
 Add MAKEVERBOSE messages to improve debugging.
 
 PR toolchain/58771: missing dependency breaks parallel build
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/crypto/external/bsd/heimdal/Makefile.rules.inc
 
 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