aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/lfs/lfs.h
Commit message (Collapse)AuthorAgeFilesLines
* flua: kick out the remaining builtin modulesKyle Evans4 days1-0/+31
| | | | | | | | | | | | | Bootstrap flua has some magic now to handle modules by building them in and discovering them via linker sets. This is slightly cleaner than always building them in and baking them into loadedlibs for both bootstrap and system flua. Adjust the stand build now that these three libs have their own new homes. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D51891
* Revert "flua: kick out the remaining builtin modules"Kyle Evans4 days1-31/+0
| | | | | This reverts commit 80ada959004c4386880e47b11618f8abfc2d80e1, because bootstrap flua is about to get backed out.
* flua: kick out the remaining builtin modulesKyle Evans5 days1-0/+31
Bootstrap flua has some magic now to handle modules by building them in and discovering them via linker sets. This is slightly cleaner than always building them in and baking them into loadedlibs for both bootstrap and system flua. Adjust the stand build now that these three libs have their own new homes. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D51891