History log of /dflybsd-src/usr.bin/vi/vidump/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 70344474 25-Apr-2018 zrj <rimvydas.jasinskas@gmail.com>

world: Mark all build-tools.


# 9d6cd601 11-Nov-2016 zrj <rimvydas.jasinskas@gmail.com>

nvi: Convert catalog creation to use hostprog.

nvi dump utility is not part of btools, so just split vidump as hostprog.
There were few issues:
* build races like dump and say spanish get created t

nvi: Convert catalog creation to use hostprog.

nvi dump utility is not part of btools, so just split vidump as hostprog.
There were few issues:
* build races like dump and say spanish get created twice (and raced)
* buildworld failures, from time to time i hit ./dump linking race (rare)
* ./dump being used as target program (problems on crosscompilations)
* missing env LANG=C for sort, minor issues in awk script and SHAREDIR.

Now even "cd usr.bin/vi && make -j9 depend all" should be race free.

show more ...