NetBSD-Bugs archive

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

PR/54456 CVS commit: src



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

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54456 CVS commit: src
Date: Fri, 19 May 2023 10:42:34 +0000

 Module Name:	src
 Committed By:	lukem
 Date:		Fri May 19 10:42:34 UTC 2023
 
 Modified Files:
 	src/external/gpl3/gcc.old/usr.bin/host-libcpp: Makefile
 	src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile
 	src/tools: Makefile.gnuhost
 
 Log Message:
 Fix passing -j NNN to gmake
 
 Use a more restrictive pattern to extract -j NNN from MAKEFLAGS
 into GMAKE_J_ARGS, to avoid false positives when the source directory
 has "-j" in the path (e.g "amd64-job-000012" or "src-j9999").
 Previously this could pass either -"-j" or "-j BIGNUM" to gmake
 and result in "vfork: Resource temporarily unavailable" failures.
 
 PR misc/54456
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 \
     src/external/gpl3/gcc.old/usr.bin/host-libcpp/Makefile
 cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/usr.bin/host-libcpp/Makefile
 cvs rdiff -u -r1.55 -r1.56 src/tools/Makefile.gnuhost
 
 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