NetBSD-Bugs archive

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

PR/53238 CVS commit: src/tools



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53238 CVS commit: src/tools
Date: Mon, 30 Apr 2018 20:04:37 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Tue May  1 00:04:36 UTC 2018
 
 Modified Files:
 	src/tools: Makefile.host
 	src/tools/binstall: Makefile
 	src/tools/binutils: Makefile
 	src/tools/compat: Makefile
 	src/tools/ctfconvert: Makefile
 	src/tools/ctfmerge: Makefile
 	src/tools/cvslatest: Makefile
 	src/tools/dbsym: Makefile
 	src/tools/dtc: Makefile
 	src/tools/gcc: Makefile
 	src/tools/gdb: Makefile
 	src/tools/genassym: Makefile
 	src/tools/gettext: Makefile
 	src/tools/libctf: Makefile
 	src/tools/libdwarf: Makefile
 	src/tools/libelf: Makefile
 	src/tools/libfdt: Makefile
 	src/tools/lorder: Makefile
 	src/tools/makekeys: Makefile
 	src/tools/mandoc: Makefile
 	src/tools/mdsetimage: Makefile
 Added Files:
 	src/tools: Makefile.inc
 
 Log Message:
 PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
 not support the necessary options. This is done thusly:
 
 1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
    use it and don't include bsd.own.mk.
 2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
    include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
    first. This will also allow us to control other tools options from a
    single location if we need to.
 
 XXX: pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.31 -r1.32 src/tools/Makefile.host
 cvs rdiff -u -r0 -r1.14 src/tools/Makefile.inc
 cvs rdiff -u -r1.11 -r1.12 src/tools/binstall/Makefile
 cvs rdiff -u -r1.26 -r1.27 src/tools/binutils/Makefile
 cvs rdiff -u -r1.81 -r1.82 src/tools/compat/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/tools/ctfconvert/Makefile
 cvs rdiff -u -r1.7 -r1.8 src/tools/ctfmerge/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/tools/cvslatest/Makefile
 cvs rdiff -u -r1.12 -r1.13 src/tools/dbsym/Makefile
 cvs rdiff -u -r1.2 -r1.3 src/tools/dtc/Makefile
 cvs rdiff -u -r1.84 -r1.85 src/tools/gcc/Makefile
 cvs rdiff -u -r1.34 -r1.35 src/tools/gdb/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/tools/genassym/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/tools/gettext/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/tools/libctf/Makefile
 cvs rdiff -u -r1.7 -r1.8 src/tools/libdwarf/Makefile
 cvs rdiff -u -r1.8 -r1.9 src/tools/libelf/Makefile
 cvs rdiff -u -r1.2 -r1.3 src/tools/libfdt/Makefile
 cvs rdiff -u -r1.12 -r1.13 src/tools/lorder/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/tools/makekeys/Makefile
 cvs rdiff -u -r1.10 -r1.11 src/tools/mandoc/Makefile
 cvs rdiff -u -r1.14 -r1.15 src/tools/mdsetimage/Makefile
 
 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