History log of /netbsd/sbin/mount_overlay/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 5639612d 26-Jul-2020 mlelstv <mlelstv@NetBSD.org>

Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like

Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like LVM . The warning was also
only visible when calling a mount_* command directly as mount(8)
itself would resolve the path witout warning before passing it to
a mount_* command.

show more ...


# 2c6eadc9 27-Jun-2005 christos <christos@NetBSD.org>

Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.


# 60fef079 05-Feb-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), use ANSI function declarations; WARNS=3.


# 1edd42a9 22-Mar-2003 jdolecek <jdolecek@NetBSD.org>

move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)


# 7360d7b6 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# 9f151265 20-Jan-2000 wrstuden <wrstuden@NetBSD.org>

Add mount_overlay.