Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   apb
Date:           Tue Aug  5 15:40:59 UTC 2014

Modified Files:
        src/distrib/alpha/floppy-GENERIC: Makefile
        src/distrib/alpha/rz25dist: Makefile
        src/distrib/cobalt: Makefile
        src/distrib/common: Makefile.image Makefile.mdset Makefile.minirootkmod
            Makefile.tarfloppy
        src/distrib/common/bootimage: Makefile.bootimage
        src/distrib/evbarm/gzboot/gzimg: Makefile
        src/distrib/ews4800mips/floppies/instkernel: Makefile
        src/distrib/prep/floppies/kernel-generic: Makefile
        src/distrib/rs6000/bootfs: Makefile
        src/distrib/sparc64/xminiroot: Makefile
        src/distrib/x68k/floppies/bootfloppy.generic: Makefile
        src/etc: Makefile
        src/external/mit/xorg/share/fonts: Makefile.bdf
        src/external/mit/xorg/share/fonts/encodings: Makefile.enc
        src/share/mk: bsd.man.mk
        src/sys/arch/cobalt/stand/boot: Makefile
        src/sys/arch/evbmips/conf: Makefile.evbmips.inc
        src/sys/arch/evbppc/conf: Makefile.obs405.inc
        src/sys/arch/ews4800mips/stand/boot: Makefile
        src/sys/arch/powerpc/conf: Makefile.powerpc
        src/x11/share/fonts/bdf: Makefile.bdf
        src/x11/share/fonts/encodings: Makefile.enc

Log Message:
Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.

This will pass -nT instead of just -n if the gzip program is
actually pigz.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/alpha/floppy-GENERIC/Makefile
cvs rdiff -u -r1.30 -r1.31 src/distrib/alpha/rz25dist/Makefile
cvs rdiff -u -r1.4 -r1.5 src/distrib/cobalt/Makefile
cvs rdiff -u -r1.33 -r1.34 src/distrib/common/Makefile.image
cvs rdiff -u -r1.39 -r1.40 src/distrib/common/Makefile.mdset
cvs rdiff -u -r1.2 -r1.3 src/distrib/common/Makefile.minirootkmod
cvs rdiff -u -r1.17 -r1.18 src/distrib/common/Makefile.tarfloppy
cvs rdiff -u -r1.8 -r1.9 src/distrib/common/bootimage/Makefile.bootimage
cvs rdiff -u -r1.26 -r1.27 src/distrib/evbarm/gzboot/gzimg/Makefile
cvs rdiff -u -r1.5 -r1.6 src/distrib/ews4800mips/floppies/instkernel/Makefile
cvs rdiff -u -r1.10 -r1.11 src/distrib/prep/floppies/kernel-generic/Makefile
cvs rdiff -u -r1.2 -r1.3 src/distrib/rs6000/bootfs/Makefile
cvs rdiff -u -r1.31 -r1.32 src/distrib/sparc64/xminiroot/Makefile
cvs rdiff -u -r1.8 -r1.9 \
    src/distrib/x68k/floppies/bootfloppy.generic/Makefile
cvs rdiff -u -r1.416 -r1.417 src/etc/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/share/fonts/Makefile.bdf
cvs rdiff -u -r1.3 -r1.4 \
    src/external/mit/xorg/share/fonts/encodings/Makefile.enc
cvs rdiff -u -r1.114 -r1.115 src/share/mk/bsd.man.mk
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/Makefile.evbmips.inc
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/conf/Makefile.obs405.inc
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/ews4800mips/stand/boot/Makefile
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/powerpc/conf/Makefile.powerpc
cvs rdiff -u -r1.8 -r1.9 src/x11/share/fonts/bdf/Makefile.bdf
cvs rdiff -u -r1.9 -r1.10 src/x11/share/fonts/encodings/Makefile.enc

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