History log of /openbsd-src/usr.bin/lorder/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# d125f366 24-Feb-2019 kn <kn@openbsd.org>

Remove -S from install commands

As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and
install(1) will always create files safely, thus clean the option usage
from the tree.

Diff from La

Remove -S from install commands

As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and
install(1) will always create files safely, thus clean the option usage
from the tree.

Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks.

show more ...


# f949d8e2 08-Nov-2011 guenther <guenther@openbsd.org>

Pass install the -S option to avoid a window where the target isn't
executable (by mode or content), which can trip up builds with 'make -j'
(The generic fix is in share/mk/*; some Makefiles have the

Pass install the -S option to avoid a window where the target isn't
executable (by mode or content), which can trip up builds with 'make -j'
(The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines)

ok millert@ deraadt@

show more ...


# 687f1ee5 21-May-1999 espie <espie@openbsd.org>

One lorder to bind them all,
in the land of OpenBSD, where the cute daemon rules.


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 9c44650e 27-Apr-1997 millert <millert@openbsd.org>

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

show more ...


# 52cdcfbc 02-Jan-1997 rahnds <rahnds@openbsd.org>

Fix the file dendancy problem the same way as on alpha/mips
this removed another patched file for powerpc port.


# b26ff1d1 08-Dec-1996 downsj <downsj@openbsd.org>

install -> ${INSTALL}, -c -> ${COPY}


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# 6a8b5def 18-Dec-1995 deraadt <deraadt@openbsd.org>

alpha and mips architectures use lorder.sh.gnm


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree