| History log of /src/usr.sbin/bootp/common/Makefile |
| Revision | | Date | Author | Comments |
| 1.11 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.10 |
| 30-May-2021 |
joerg | address-of-packed-member warning is no longer a problem here.
|
| 1.9 |
| 06-Sep-2020 |
mrg | branches: 1.9.2; add support for new GCC 9 warnings that may be too much to fix right now. new address-of-packed-member and format-overflow warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.
apply to a bunch of the tree. mostly, these are real bugs that should be fixed, but in many cases, only by removing the 'packed' attribute from some structure that doesn't really need it. (i looked at many different ones, and while perhaps 60-80% were already properly aligned, it wasn't clear to me that the uses were always coming from sane data vs network alignment, so it doesn't seem safe to remove packed without careful research for each affect struct.) clang already warned (and was not erroring) for many of these cases, but gcc picked up dozens more.
|
| 1.8 |
| 11-Jan-2017 |
joerg | Disable a couple of warnings until further investigation.
|
| 1.7 |
| 03-May-2008 |
lukem | branches: 1.7.44; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
|
| 1.6 |
| 23-May-2004 |
lukem | branches: 1.6.24; Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and setting NOLINT, NOPIC, NOPROFILE (etc)
|
| 1.5 |
| 18-Sep-2002 |
lukem | minor makefile delint
|
| 1.4 |
| 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
| 1.3 |
| 13-Mar-1999 |
lukem | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
|
| 1.2 |
| 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.1 |
| 15-Mar-1998 |
lukem | move (using repository copy) bootp{d,ef,gw,test} into a common hierarchy with a libcommon - to stop unnecessary recompilation of the source. add Makefile* to suit.
|
| 1.6.24.1 |
| 18-May-2008 |
yamt | sync with head.
|
| 1.7.44.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.9.2.1 |
| 31-May-2021 |
cjep | sync with head
|