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
/
lib
/
librpcsvc
/
Makefile
Age
Commit message (
Expand
)
Author
2019-04-24
Fix building librpcsvc for MKYP=no
roy
2012-03-21
These directories don't handle WARNS=5
matt
2007-05-28
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
tls
2005-01-08
Build librpcsvc as a shared library, since pam_unix.so needs it.
lukem
2003-01-05
Use <bsd.rpc.mk>
sommerfeld
2002-08-19
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
lukem
2002-01-29
Cope with RPCGEN now conta8ining multiple words.
tv
2001-12-12
Readability cleanups; MKfoo=no -> NOfoo.
tv
2001-11-01
Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN}
tv
2001-10-31
No need to do the tricky XRPCGEN dance; simply add the rules after
tv
2001-03-21
Use `rpcgen -C'.
mycroft
2001-02-16
No need to invoke extra shell.
enami
2001-01-16
use expr to do subtraction. shell math isn't as portable.
cgd
2000-12-30
parallelize (mostly ${MAKE} print-objdir -> ${PRINTOBJDIR})
sommerfeld
2000-11-29
Add -${MAKEFLAGS} so that make options (like -m) get used for the submake
matt
2000-09-10
Make targets which are generated with rpcgen depend on the rpcgen binary.
erh
2000-07-25
${RPCGEN}, not hard-coded rpcgen
cgd
1999-02-13
convert from NOxxx= to MKxxx=no.
lukem
1997-10-09
remove WARNS=0, because mycroft fixed rpcgen(1) to DTRT WRT outputting KNF.
lukem
1997-10-09
- define WARNS?=1 in the top-level Makefile.inc, and don't define
lukem
1997-05-09
Minor cleanup.
mycroft
1997-05-09
Eliminate bogus redefinitions of standard targets.
mycroft
1997-03-24
Makefile cleanups:
christos
1996-10-18
Use ${INSTALL}.
thorpej
1996-05-10
Be more verbose during 'includes' installation. Instead of showing
cgd
1996-05-08
$Id -> $NetBSD (PR#682).
pk
1996-04-29
Changed rules used for converting rpc source (*.x) to *.c and *.h so
jtc
1996-04-29
Echo install commands, so user knows what is being installed.
jtc
1996-04-25
Use 'includes' instead of 'beforeinstall' target to install headers
jtc
1995-01-12
Rpcgen bugs that required us to have separate src, include, and object
jtc
1995-01-12
Use and .
jtc
1994-06-14
amq.x is gone now
cgd
1994-05-22
Only install header files if they are different from the ones that are
jtc
1994-01-20
Rpcgen fix allows us to simplify building of rpcsvc library.
jtc
1993-10-08
move include generation and rpc source files intp lib/librpcsvc
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-06-03
Add more RPC definitions.
brezak
1993-06-03
Keep the cp'ed .x in the objdir. Be sure to clean it too.
brezak
1993-06-03
Copy the .x file to the obj directory before running rpcgen. You have
brezak
1993-06-03
Fix for building in obj tree.
brezak
1993-06-02
Build librpcsvc.a
brezak