History log of /freebsd/include/rpcsvc/Makefile (Results 51 – 61 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0fd77885 30-Aug-1996 Peter Wemm <peter@FreeBSD.org>

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 <peter@FreeBSD.org>

replace cmp -s || install with ${INSTALL} -C, and @for with .for


# 2dc30288 05-Jun-1996 Bill Paul <wpaul@FreeBSD.org>

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 <cvs2svn@FreeBSD.org>

This commit was manufactured by cvs2svn to create branch 'WPAUL'.


Revision tags: release/2.1.0_cvs
# df57976d 15-Aug-1995 Joerg Wunsch <joerg@FreeBSD.org>

Install the headers and sample files with 444 perms (as opposed to
555).

Submitted by: graichen@sirius.physik.fu-berlin.de (Thomas Graichen)


# 48cfb668 06-Aug-1995 Bruce Evans <bde@FreeBSD.org>

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 <wollman@FreeBSD.org>

Fix a bug I didn't manage to trigger until after committing previous
fix to header installation.


# 5a497e0c 29-Jun-1995 Garrett Wollman <wollman@FreeBSD.org>

Make this include installation conform to the standard of all the rest:

- Don't do mkdir/chown/chmod
- Do `cmp -s' before attempting to install a header

This should fix the obnoxious problem of y

Make this include installation conform to the standard of all the rest:

- Don't do mkdir/chown/chmod
- Do `cmp -s' before attempting to install a header

This should fix the obnoxious problem of yp programs wanting to
rebuild every time.

show more ...


Revision tags: release/2.0.5_cvs
# 2a3e102a 18-Mar-1995 Rodney W. Grimes <rgrimes@FreeBSD.org>

Correct chmod of /usr/include/rpcsvc to match mtree file.


Revision tags: release/2.0
# f34a7038 28-Aug-1994 Bruce Evans <bde@FreeBSD.org>

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.


# 75b63130 04-Aug-1994 Garrett Wollman <wollman@FreeBSD.org>

Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will
be deleted.

Submitted by: Original work in 1.1 by J.T. Conkli

Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will
be deleted.

Submitted by: Original work in 1.1 by J.T. Conklin.

show more ...


123