git: bsd.init.mk: Establish compatibility with FreeBSD makefiles

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Nov 9 08:31:59 PST 2012


commit 8edad6a26ff69b719a9a896754cedcbbde2974eb
Author: John Marino <netbsd at marino.st>
Date:   Thu Nov 8 11:46:55 2012 +0100

    bsd.init.mk: Establish compatibility with FreeBSD makefiles
    
    FreeBSD changed NOMAN to NO_MAN and NOSHARED to NO_SHARED.  Rather than
    follow suit, establish NO_MAN and NO_SHARED as aliases for the DragonFly
    versions.  If both are defined, the DragonFly version takes precedence.
    
    These were put in bsd.init.mk because they have to be loaded after the
    makefile being processed but before bsd.prog.mk, bsd.lib.mk, etc.

Summary of changes:
 share/mk/bsd.init.mk |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8edad6a26ff69b719a9a896754cedcbbde2974eb


-- 
DragonFly BSD source repository



More information about the Commits mailing list