]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow proper builds of libxo's CSV encoder:
authorphil <phil@FreeBSD.org>
Mon, 16 Dec 2019 22:05:03 +0000 (22:05 +0000)
committerphil <phil@FreeBSD.org>
Mon, 16 Dec 2019 22:05:03 +0000 (22:05 +0000)
commit80a408b91ef60946cf657981c2426e0eadd62299
treef01b427d8dd5bd06d5b950f9865369b3084466ee
parentcd3217d164dfd563817bf3c057af1f51ec2cf1ee
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
lib/libxo/Makefile
lib/libxo/encoder/csv/Makefile
lib/libxo/libxo/Makefile [new file with mode: 0644]
lib/libxo/libxo/xo_config.h [moved from lib/libxo/xo_config.h with 99% similarity]
lib/libxo/tests/Makefile
lib/libxo/tests/encoder/Makefile
usr.bin/xo/Makefile