diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 19:04:07 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 19:04:07 +0000 |
commit | 4ef20db290841afbfce7fe484e2037e084e79238 (patch) | |
tree | 70c9d8907f70b1034bd6e7417000ab87703c1bd2 /cddl/Makefile.inc | |
parent | 7729e3ba4017a3af96cff64b68751cb9d72c79b8 (diff) | |
download | src-4ef20db290841afbfce7fe484e2037e084e79238.tar.gz src-4ef20db290841afbfce7fe484e2037e084e79238.zip |
Remove manual .includes in cddl Makefiles
- Break the dependency on ../Makefile.inc for .PATH, and include
../Makefile.inc implicitly. This is required to ...
- Set WARNS?=6 in top-level Makefile.inc
- Remove now redundant WARNS settings, add WARNS?=0 where appropriate
- Remove redundant SHLIB_MAJOR overrides
- Use NO_MAN, not MK_MAN=no
- Remove redundant inclusion of bsd.own.mk
- Order Makefiles more according to style.Makefile(9)
- Reduce diff of cddl Makefiles against each other
No objection: pjd
Approved by: ed (co-mentor)
Notes
Notes:
svn path=/head/; revision=204597
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r-- | cddl/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc index 4161c27a2ad6..d3a491443884 100644 --- a/cddl/Makefile.inc +++ b/cddl/Makefile.inc @@ -7,4 +7,5 @@ IGNORE_PRAGMA= YES CFLAGS+= -DNEED_SOLARIS_BOOLEAN +WARNS?= 6 CSTD?= gnu89 |