git: vi(1): Several improvements to catalog/Makefile
Aaron LI
aly at crater.dragonflybsd.org
Sun Mar 29 06:55:25 PDT 2026
commit a2d521438ce4a9bc7c2145f5ac4b95bd84957d09
Author: Aaron LI <aly at aaronly.me>
Date: Sun Mar 29 20:06:59 2026 +0800
vi(1): Several improvements to catalog/Makefile
* Chain gencat command with '&&' to catch partial failure.
* Remove empty 'buildfiles'.
* Remove erroneous 'FILESFROUPS'.
* Use ${.TARGET} wherever possible.
* Use 'grep -q' instead of redirecting to /dev/null.
* Fix 'egrep' to 'grep -w'.
* Adjust ${CHK} to base on ${CAT} so all the catalogs are checked.
* Minor comment and style tweaks.
Summary of changes:
usr.bin/vi/catalog/Makefile | 39 +++++++++++++++++----------------------
1 file changed, 17 insertions(+), 22 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a2d521438ce4a9bc7c2145f5ac4b95bd84957d09
--
DragonFly BSD source repository
More information about the Commits
mailing list