|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0 |
|
| #
5e0a19bd |
| 07-Feb-2012 |
Dimitry Andric <[email protected]> |
Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.
MFC after: 1 week
|
|
Revision tags: release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
c7b111cb |
| 12-May-2002 |
Ruslan Ermilov <[email protected]> |
Added new bsd.incs.mk which handles installing of header files via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include file
Added new bsd.incs.mk which handles installing of header files via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
show more ...
|
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
| #
a4add9a9 |
| 27-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
| #
b8cff82d |
| 17-Sep-1998 |
David E. O'Brien <[email protected]> |
Build headers with -DWANT_NFS3. (finishing up on Amd upgrade)
|
|
Revision tags: release/2.2.7, release/2.2.6 |
|
| #
59bd6ec5 |
| 13-Feb-1998 |
Bruce Evans <[email protected]> |
Uncommit the generated file key_prot.h. Install it from where it is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version
Uncommit the generated file key_prot.h. Install it from where it is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical.
show more ...
|
| #
813907f9 |
| 19-Jan-1998 |
Bill Paul <[email protected]> |
Invoke rpcgen with -C so that headers are created with ANSI prototypes.
Note: this may cause some problems in a few cases. With very old versions of rpcgen, if you defined a procedure called foo, th
Invoke rpcgen with -C so that headers are created with ANSI prototypes.
Note: this may cause some problems in a few cases. With very old versions of rpcgen, if you defined a procedure called foo, then rpcen would create client stubs for function foo_1() and server stubs _also_ with function foo_1(). This only worked because of the lack of ANSI prototypes: the client side stub takes different arguments than the server side stub. (The client side takes a CLIENT * handle, while the server side wants an svc_req *.)
To fix this conflict, rpcgen in ANSI mode generates foo_1() for the client and foo_1_svc() for the server. RPC server code that depends on the old behavior might break because of this. (Fixing it is just a matter of adding the _svc suffix onto the server procedure names.)
show more ...
|
| #
25776f4c |
| 16-Jan-1998 |
Bruce Evans <[email protected]> |
Fixed a missing dependency.
|
|
Revision tags: release/2.2.5_cvs |
|
| #
3b6f5a5b |
| 16-Sep-1997 |
Bruce Evans <[email protected]> |
Removed installhdrs target. It was an unnecessary complication.
|
| #
41b55134 |
| 21-Aug-1997 |
Bruce Evans <[email protected]> |
Fix and simplify installhdrs target. It didn't install the headers in ${HFILES} and it's simpler to install the non-headers in ${XFILES}.
|
| #
4604167e |
| 21-Aug-1997 |
John-Mark Gurney <[email protected]> |
fix a problem with headers not being installed properly... basicly the installhdrs target was not being propagated to the subdirs...
also fix rpcsvc's Makefile to have a installhdrs target to insta
fix a problem with headers not being installed properly... basicly the installhdrs target was not being propagated to the subdirs...
also fix rpcsvc's Makefile to have a installhdrs target to install the headers..
show more ...
|
| #
c3a87c6d |
| 28-May-1997 |
Bill Paul <[email protected]> |
Undo small change I accidentally left in while testing (files were installed with wrong ownerships).
Pointed out by: bde
|
| #
9bd1654a |
| 28-May-1997 |
Bill Paul <[email protected]> |
Resolve conflicts.
|
| #
3b0f7467 |
| 28-May-1997 |
Bill Paul <[email protected]> |
Hold onto your hats folks, here it comes: the first stage of the Secure RPC import I've been threatening.
This step adds some necessary protocol definition files and headers to rpcsvc, including the
Hold onto your hats folks, here it comes: the first stage of the Secure RPC import I've been threatening.
This step adds some necessary protocol definition files and headers to rpcsvc, including the ones needed for NIS+.
Reviewed by: Mark Murray
show more ...
|
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
| #
79403fe3 |
| 23-Feb-1997 |
Peter Wemm <[email protected]> |
Revert $FreeBSD$ to $Id$
|
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
| #
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <[email protected]> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
|
Revision tags: release/2.1.5_cvs |
|
| #
8b7156a2 |
| 30-Aug-1996 |
Peter Wemm <[email protected]> |
'make install' is not supposed to touch anything.
|
| #
20c5124b |
| 30-Aug-1996 |
Peter Wemm <[email protected]> |
missed these parts of Bruce's changes last time..
Submitted by: bde (again :-)
|
| #
0fd77885 |
| 30-Aug-1996 |
Peter Wemm <[email protected]> |
Some bmake magic to clean up the install more. fix another missed -c typo of mine. clean the rpcgen implicit rule more
Submitted by: bde
|
| #
230a383d |
| 29-Aug-1996 |
Peter Wemm <[email protected]> |
replace cmp -s || install with ${INSTALL} -C, and @for with .for
|
| #
2dc30288 |
| 05-Jun-1996 |
Bill Paul <[email protected]> |
Now that Peter has been nice enough to bail me out of my last little mishap, it's time to have the Makefile install ypxfrd.x and ypxfrd.h.
|
| #
0cc39166 |
| 12-Jan-1996 |
cvs2svn <[email protected]> |
This commit was manufactured by cvs2svn to create branch 'WPAUL'.
|
|
Revision tags: release/2.1.0_cvs |
|
| #
df57976d |
| 15-Aug-1995 |
Joerg Wunsch <[email protected]> |
Install the headers and sample files with 444 perms (as opposed to 555).
Submitted by: [email protected] (Thomas Graichen)
|
| #
48cfb668 |
| 06-Aug-1995 |
Bruce Evans <[email protected]> |
Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to deci
Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
show more ...
|
| #
827d45ce |
| 29-Jun-1995 |
Garrett Wollman <[email protected]> |
Fix a bug I didn't manage to trigger until after committing previous fix to header installation.
|