index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libz
/
Makefile
Age
Commit message (
Expand
)
Author
2018-06-05
Use the standard build rules.
christos
2016-03-22
remove a bunch of "@echo done" from the tail of rules. these messages
mrg
2015-09-07
Order library object build.
uebayasi
2015-09-07
Sprinkle more done messages.
uebayasi
2014-06-14
remove remaining makefile support for GCC < 45 that i found.
mrg
2011-10-30
use LIBISPRIVATE instead of home-grown.
mrg
2011-07-03
apply some -O0 with gcc 4.5 and vax.
mrg
2009-03-25
Fix build problems caused by crc32 addition to libkern. Also, this makes
tls
2007-06-23
Remove _ZLIB_PRIVATE that should have been removed 10 years ago.
isaki
2006-01-14
use zlib-1.2.3
christos
2003-03-25
Remove a whole bunch of crap -- including the entirely adler32 stuff that's
mycroft
2001-12-12
MKfoo=no -> NOfoo
tv
2001-11-14
Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>
tv
1999-05-07
Build libraries for kernel/standalone code from within their compilation
drochner
1999-04-15
For the "update-sources" target, don't copy any src/lib/libz sources
simonb
1999-04-15
Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.
simonb
1999-02-13
convert from NOxxx= to MKxxx=no.
lukem
1997-05-31
Back out BUILDDIR and NOINSTALL changes.
cjs
1997-05-30
Use new NOINSTALL option for libraries that are used only during the build
cjs
1997-05-07
Use libinstall::, not install:, to prevent instaling LIB.
mycroft
1997-02-16
allow includers to specify library-specific CPP flags via ${LIB}MISCCPPFLAGS
cgd
1997-01-22
fix a typo (ZPPFLAGS should have been ZCPPFLAGS)
cgd
1997-01-16
add Makefiles to build kernel 'libz' library, expected to be used by
cgd