git: bsd.dep.mk: Remove AINC knob
    John Marino 
    marino at crater.dragonflybsd.org
       
    Sat Oct 27 08:51:44 PDT 2012
    
    
  
commit 572b65cc57d9e152d836739815a5e24daabea699
Author: John Marino <draco at marino.st>
Date:   Sat Oct 27 14:44:36 2012 +0200
    bsd.dep.mk: Remove AINC knob
    
    The AINC knob was removed from FreeBSD before DragonFly 1.0 was released.
    It's not needed, so remove it to simplify bsd.dep.mk dependency makefile.
    While here, convert SRCS and CLEANFILES to the new += method of augmenting
    variables.
Summary of changes:
 lib/libc/Makefile      |    4 ++--
 lib/libc_r/Makefile    |    2 +-
 lib/libc_rtld/Makefile |    9 ++++-----
 lib/libcompat/Makefile |    2 +-
 share/mk/bsd.dep.mk    |   29 ++++++++++-------------------
 share/mk/bsd.lib.mk    |   13 ++++++-------
 6 files changed, 24 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/572b65cc57d9e152d836739815a5e24daabea699
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list