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: lukem
Date: Mon May 29 20:31:10 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
src/sys/modules/ffs: Makefile
src/sys/modules/ipl: Makefile
src/sys/modules/npf: Makefile
src/sys/modules/pf: Makefile
src/sys/modules/slcompress: Makefile
src/sys/modules/udf: Makefile
src/sys/modules/v7fs: Makefile
Log Message:
bsd.own.mk: rename NO_ADDR_OF_PACKED_MEMBER to CC_NO_ADDR_OF_PACKED_MEMBER
Add "CC_" prefix to NO_ADDR_OF_PACKED_MEMBER.
We now have the following convention:
GCC_NO_*: Disable specific warnings from GCC.
CLANG_NO_*: Disable specific warnings from Clang.
CC_NO_*: Disable specific warnings from both Clang and GCC.
This reserves "NO_*" Makefile variables to disable other features.
Some space->tab fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.1328 -r1.1329 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.22 -r1.23 src/sys/modules/ffs/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/ipl/Makefile
cvs rdiff -u -r1.28 -r1.29 src/sys/modules/npf/Makefile
cvs rdiff -u -r1.15 -r1.16 src/sys/modules/pf/Makefile
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/slcompress/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/udf/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/v7fs/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