summaryrefslogtreecommitdiff
path: root/compat/dirshack
AgeCommit message (Collapse)Author
2023-05-13compat: Nix trailing whitespace.riastradh
No functional change intended.
2012-08-17Implement build_install in src/lib/Makefile, which traverses thejoerg
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.
2011-04-17catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments.mrg
2009-12-13a hack to force the top-level compat objdir to be created before themrg
library ones are. the Makefile has a long description of what's really going on here.