git: share/mk: Fix the creation of MLINKS for manpages of fschg'd stuff.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Aug 10 04:08:06 PDT 2013


commit 541c6cb674739398500106bf02a88f96a0f8385d
Author: Sascha Wildner <saw at online.de>
Date:   Sat Aug 10 13:07:15 2013 +0200

    share/mk: Fix the creation of MLINKS for manpages of fschg'd stuff.
    
    We cannot pass INSTALLFLAGS directly for manual page installation because
    when INSTALLFLAGS contains -fschg (such as for init(8)), it will cause the
    manual page to be fschg'd too which breaks subsequent MLINKS creation.
    
    Therefore, use MANINSTALLFLAGS for manual pages. While here, document it
    too.

Summary of changes:
 share/mk/bsd.README | 3 ++-
 share/mk/bsd.doc.mk | 7 +++----
 share/mk/bsd.man.mk | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/541c6cb674739398500106bf02a88f96a0f8385d


-- 
DragonFly BSD source repository



More information about the Commits mailing list