History log of /netbsd/share/me/Makefile (Results 1 – 25 of 27)
Revision Date Author Comments
# 0327fab0 12-Feb-2013 christos <christos@NetBSD.org>

me.7 is supplied both by groff and here. Don't include both.


# f46c1de7 25-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_SED} instead if plain sed in Makefiles.


# 439e722c 20-Mar-2004 dsl <dsl@NetBSD.org>

Don't remove ${.TARGET} - thanks Alexander for pointing it out.


# a5b028e3 20-Mar-2004 dsl <dsl@NetBSD.org>

rm -f and CLEANFILES all the *.me.tmp files created during install


# f134f3dc 18-Jul-2003 lukem <lukem@NetBSD.org>

Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"

Add MKUPDATE; if not no has the same semantics as if UPDATE wa

Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"

Add MKUPDATE; if not no has the same semantics as if UPDATE was defined.
Replace defined(UPDATE) tests with ${MKUPDATE} != "no"

Improve documentation for these and other make flags.

show more ...


# f2caa4fb 30-Jun-2003 wiz <wiz@NetBSD.org>

Do not install tmac.e any longer -- use the groff me package instead.


# dc594f1d 17-Mar-2002 tron <tron@NetBSD.org>

Correct error in last commit: "revisions" should not be removed during
install.


# a5bec383 16-Mar-2002 tron <tron@NetBSD.org>

Remove "-c" from "${INSTALL_FILE}" to avoid leaving ".tmp" files arround.


# 670a900e 09-Feb-2002 lukem <lukem@NetBSD.org>

use ${INSTALL_FILE} as appropriate


# 7995f031 07-Aug-2001 mrg <mrg@NetBSD.org>

avoid unnecessarily using /tmp during "make install"


# cd2e1c1e 23-Sep-2000 simonb <simonb@NetBSD.org>

Use ${COPY} instead of -c for ${INSTALL} commands.


# b729f2c7 21-Aug-1999 simonb <simonb@NetBSD.org>

Use ${INSTPRIV} with ${INSTALL}.


# e2fe2d50 06-Aug-1999 pk <pk@NetBSD.org>

sigh, `make install' should not attempt to create additional files in
the object directory. Work around this by using `/tmp'.


# 34fba9bc 01-Aug-1999 sommerfeld <sommerfeld@NetBSD.org>

Use install(1) to install the macro files instead of an ad-hoc equivalent


# dea5962a 07-Jul-1997 phil <phil@NetBSD.org>

Restore current NetBSD build, modify paths in me.7.


# e60024a4 07-Jul-1997 phil <phil@NetBSD.org>

Resolve conflicts created by import.


# 9091c8c5 07-May-1997 mycroft <mycroft@NetBSD.org>

Clean up the proginstall hacks a little.


# f7a19691 26-Mar-1997 thorpej <thorpej@NetBSD.org>

Make this work with obj dirs.


# 3917c317 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


# 150c33e6 18-Oct-1996 thorpej <thorpej@NetBSD.org>

Use ${INSTALL}.


# a1e0e432 20-Apr-1995 mycroft <mycroft@NetBSD.org>

Remove read-only files before trying to rewrite them. From Greg Hudson.


# ae9172d6 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# c440ffb6 10-Feb-1994 cgd <cgd@NetBSD.org>

kill bogus install -d's, and clean slightly


# 6de108a7 30-Sep-1993 jtc <jtc@NetBSD.org>

Always use `install -d' to make sure directory exists & has correct
ownership and permissions.


# 690cae81 31-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


12