Source-Changes archive

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

CVS commit: [netbsd-8] src/tools



Module Name:    src
Committed By:   martin
Date:           Sat May  5 19:25:57 UTC 2018

Modified Files:
        src/tools [netbsd-8]: Makefile.host
        src/tools/binstall [netbsd-8]: Makefile
        src/tools/binutils [netbsd-8]: Makefile
        src/tools/compat [netbsd-8]: Makefile
        src/tools/ctfconvert [netbsd-8]: Makefile
        src/tools/ctfmerge [netbsd-8]: Makefile
        src/tools/cvslatest [netbsd-8]: Makefile
        src/tools/dbsym [netbsd-8]: Makefile
        src/tools/dtc [netbsd-8]: Makefile
        src/tools/gcc [netbsd-8]: Makefile
        src/tools/gdb [netbsd-8]: Makefile
        src/tools/genassym [netbsd-8]: Makefile
        src/tools/gettext [netbsd-8]: Makefile
        src/tools/libctf [netbsd-8]: Makefile
        src/tools/libdwarf [netbsd-8]: Makefile
        src/tools/libelf [netbsd-8]: Makefile
        src/tools/libfdt [netbsd-8]: Makefile
        src/tools/lorder [netbsd-8]: Makefile
        src/tools/makekeys [netbsd-8]: Makefile
        src/tools/mandoc [netbsd-8]: Makefile
        src/tools/mdsetimage [netbsd-8]: Makefile
Added Files:
        src/tools [netbsd-8]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by christos in ticket #796):

        tools/mdsetimage/Makefile: revision 1.15
        tools/compat/Makefile: revision 1.82
        tools/gdb/Makefile: revision 1.35
        tools/lorder/Makefile: revision 1.13
        tools/gcc/Makefile: revision 1.85
        tools/dtc/Makefile: revision 1.3
        tools/cvslatest/Makefile: revision 1.2
        tools/ctfmerge/Makefile: revision 1.8
        tools/libelf/Makefile: revision 1.9
        tools/libdwarf/Makefile: revision 1.8
        tools/ctfconvert/Makefile: revision 1.7
        tools/makekeys/Makefile: revision 1.2
        tools/gettext/Makefile: revision 1.7
        tools/binstall/Makefile: revision 1.12
        tools/libfdt/Makefile: revision 1.3
        tools/libctf/Makefile: revision 1.7
        tools/binutils/Makefile: revision 1.27
        tools/mandoc/Makefile: revision 1.11
        tools/Makefile.host: revision 1.32
        tools/dbsym/Makefile: revision 1.13
        tools/genassym/Makefile: revision 1.7
        tools/Makefile.inc: revision 1.14

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.31.20.1 src/tools/Makefile.host
cvs rdiff -u -r0 -r1.16.2.2 src/tools/Makefile.inc
cvs rdiff -u -r1.11 -r1.11.22.1 src/tools/binstall/Makefile
cvs rdiff -u -r1.26 -r1.26.6.1 src/tools/binutils/Makefile
cvs rdiff -u -r1.81 -r1.81.8.1 src/tools/compat/Makefile
cvs rdiff -u -r1.6 -r1.6.8.1 src/tools/ctfconvert/Makefile
cvs rdiff -u -r1.7 -r1.7.8.1 src/tools/ctfmerge/Makefile
cvs rdiff -u -r1.1 -r1.1.8.1 src/tools/cvslatest/Makefile
cvs rdiff -u -r1.11 -r1.11.6.1 src/tools/dbsym/Makefile
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/tools/dtc/Makefile
cvs rdiff -u -r1.81.4.1 -r1.81.4.2 src/tools/gcc/Makefile
cvs rdiff -u -r1.30 -r1.30.6.1 src/tools/gdb/Makefile
cvs rdiff -u -r1.6 -r1.6.22.1 src/tools/genassym/Makefile
cvs rdiff -u -r1.6 -r1.6.22.1 src/tools/gettext/Makefile
cvs rdiff -u -r1.6 -r1.6.8.1 src/tools/libctf/Makefile
cvs rdiff -u -r1.7 -r1.7.18.1 src/tools/libdwarf/Makefile
cvs rdiff -u -r1.8 -r1.8.18.1 src/tools/libelf/Makefile
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/tools/libfdt/Makefile
cvs rdiff -u -r1.12 -r1.12.22.1 src/tools/lorder/Makefile
cvs rdiff -u -r1.1 -r1.1.8.1 src/tools/makekeys/Makefile
cvs rdiff -u -r1.9.8.1 -r1.9.8.2 src/tools/mandoc/Makefile
cvs rdiff -u -r1.13 -r1.13.6.1 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