git: vi(1): Auto generate ex_def.h and options_def.h from source files
    Aaron LI 
    aly at crater.dragonflybsd.org
       
    Sat Mar 22 05:33:04 PDT 2025
    
    
  
commit a35767e177a68d6b076ebaab3797b64866c1dfcf
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Mar 22 19:53:47 2025 +0800
    vi(1): Auto generate ex_def.h and options_def.h from source files
    
    Similar to the cmake build as performed in the vendor source.
Summary of changes:
 usr.bin/vi/Makefile      |  8 +++++
 usr.bin/vi/ex_def.h      | 76 -------------------------------------------
 usr.bin/vi/options_def.h | 84 ------------------------------------------------
 3 files changed, 8 insertions(+), 160 deletions(-)
 delete mode 100644 usr.bin/vi/ex_def.h
 delete mode 100644 usr.bin/vi/options_def.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a35767e177a68d6b076ebaab3797b64866c1dfcf
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list