git: ncurses: Separate generators and sources list.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Nov 15 11:19:31 PST 2017


commit aceb3767da5e9285aa2b9c8952a5dba8812dec97
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon Nov 13 19:12:40 2017 +0200

    ncurses: Separate generators and sources list.
    
    Keeps everything concentrated outside libncurses lib.
    Add a bit of source sorting too.
    
    No functional change, just moving stuff around.

Summary of changes:
 lib/libncurses/Makefile.inc         |  12 +-
 lib/libncurses/Makefile.sources     | 261 ++++++++++++++++++++++++++++++++++++
 lib/libncurses/libncurses/Makefile  | 261 +-----------------------------------
 lib/libncurses/libncursesw/Makefile |  13 +-
 4 files changed, 283 insertions(+), 264 deletions(-)
 create mode 100644 lib/libncurses/Makefile.sources

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aceb3767da5e9285aa2b9c8952a5dba8812dec97


-- 
DragonFly BSD source repository



More information about the Commits mailing list