Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
dirdeps: Update Makefile.depend* files with empty contentsSome Makefile.depend* files were committed with no contents or emptyDIRDEPS list, but they should have DIRDEPS with some contents.
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Update/fix Makefile.depend for userland
Fix installation of libxo encoder modules.Because the install location was hardcoded in the Makefile as/usr/lib/libxo/encoder, the lib32 version was installed over the nativeversion. Replace /us
Fix installation of libxo encoder modules.Because the install location was hardcoded in the Makefile as/usr/lib/libxo/encoder, the lib32 version was installed over the nativeversion. Replace /usr/lib with ${LIBDIR}.Also define SHLIB_NAME instead of LIB + FILES. This prevents building astatic library.MFC after: 2 weeks
show more ...
Allow proper builds of libxo's CSV encoder:- Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile)- Add .WAIT target to delay encoder build til after libxo- Use FILES to install encoder li
Allow proper builds of libxo's CSV encoder:- Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile)- Add .WAIT target to delay encoder build til after libxo- Use FILES to install encoder library as csv.enc- Update import script to put xo_config.h in new location
Import libxo-1.3.1:- handle argv[0] without '/'- add test case for argv[0] without '/'
Import libxo-1.3.0:- move from "oxtradoc" to RST/Sphinx documentation- new "csv" encoder, which allows path and leaf lists- address warnings from PVS-Stdio tool- add "xolint" detected errors to t
Import libxo-1.3.0:- move from "oxtradoc" to RST/Sphinx documentation- new "csv" encoder, which allows path and leaf lists- address warnings from PVS-Stdio tool- add "xolint" detected errors to the documentation