History log of /netbsd-src/compat/dirshack/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# af3f411d 13-May-2023 riastradh <riastradh@NetBSD.org>

compat: Nix trailing whitespace.

No functional change intended.


# 933525b9 17-Aug-2012 joerg <joerg@NetBSD.org>

Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
inst

Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
installed versions and don't need to know the locations in the source
tree.

Use this new target in src/Makefile to replace most of the adhoc library
logic with two special cases, src/lib and src/compat. Adjust
sys/Makefile to include the module directory when building them. Add
some necessary .WAITs in src/lib/Makefile to reflect the dependencies
from src/Makefile and also add the rump libraries here.

show more ...


# df0710a4 17-Apr-2011 mrg <mrg@NetBSD.org>

catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments.


# 9f8de6e9 13-Dec-2009 mrg <mrg@NetBSD.org>

a hack to force the top-level compat objdir to be created before the
library ones are. the Makefile has a long description of what's
really going on here.