| History log of /src/share/mk/bsd.rpc.mk |
| Revision | | Date | Author | Comments |
| 1.13 |
| 15-Dec-2013 |
christos | centralize the rpcgen flags and set for BSD output
|
| 1.12 |
| 10-Sep-2011 |
apb | branches: 1.12.2; 1.12.8; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
| 1.11 |
| 12-May-2004 |
christos | Add rules for RPC_CLNTFILES; suggested by Ian Zagorskih
|
| 1.10 |
| 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
| 1.9 |
| 19-Oct-2003 |
lukem | support MAKEVERBOSE
|
| 1.8 |
| 29-Jul-2003 |
lukem | just add various files to ${DPSRCS} instead of trying to get a ${DEPENDSRCS} target to DTRT
|
| 1.7 |
| 29-Jul-2003 |
lukem | * move .includes added in rev 1.5 to outside of .if defined(RPC_SVCFILES (oops) * move ${DEPENDSRCS}: ... to the end of the file
|
| 1.6 |
| 28-Jul-2003 |
lukem | Use ${DEPENDSRCS} as a target instead of .depend, now that <bsd.dep.mk> builds .depend from .dep files.
|
| 1.5 |
| 14-Jul-2003 |
lukem | Be consistent with other bsd.*.mk, and pull in <bsd.init.mk> at the start (which pulls in <bsd.own.mk>), and <bsd.obj.mk> and <bsd.sys.mk> at the end. These provide the appropriate settings for TOOL_* .
|
| 1.4 |
| 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.3 |
| 19-May-2003 |
lukem | Remove dependency on ${RPCGEN}: * Unnecessarily causes lib/librpcsvc (etc) to be rebuilt every time rpcgen is updated. * No other "generated" file (.l, .y, ...) depends upon its tool like this * As <bsd.own.mk> wasn't being pulled in, the tools/ version wasn't being used, so a lot of times the dependency was wrong.
Fixes [toolchain/11568] by Bernd Ernesti.
|
| 1.2 |
| 07-May-2003 |
yamt | make RPC_XDRFILES depend on files in right directory.
|
| 1.1 |
| 05-Jan-2003 |
sommerfeld | Common makefile fragment for invoking rpcgen. See bsd.README for documentation on the parameters which control this fragment's behavior.
|
| 1.12.8.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.12.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|