git: ncurses: Move in panel handling to Makefile.sources.
    Rimvydas Jasinskas 
    zrj at crater.dragonflybsd.org
       
    Wed Nov 15 11:19:33 PST 2017
    
    
  
commit 9b451600a7d7bc651e9e11619a084598ddf38696
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Tue Nov 14 11:24:44 2017 +0200
    ncurses: Move in panel handling to Makefile.sources.
    
    While there, install panel.h header only from a single place.
    Previously it was installing it from both libpanel and libpanelw.
    The libpanelw lib is currently unused in the world tree, while the
    libpanel is only used by installer.
    
    No functional change.
Summary of changes:
 lib/libncurses/Makefile.inc       | 15 -----------
 lib/libncurses/Makefile.sources   | 56 +++++++++++++++++++++++++++++++++++----
 lib/libncurses/libpanel/Makefile  | 35 +++---------------------
 lib/libncurses/libpanelw/Makefile |  7 ++++-
 4 files changed, 61 insertions(+), 52 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9b451600a7d7bc651e9e11619a084598ddf38696
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list