git: sbin/hammer: Remove -DALIST_NO_DEBUG

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:35 PDT 2015


commit 45032ebd0f566b7c8e28402c3d25e3fd42c48c63
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Fri Sep 18 06:44:53 2015 +0900

    sbin/hammer: Remove -DALIST_NO_DEBUG
    
    -DALIST_NO_DEBUG is no longer necessary.
    
    sys/kern/subr_alist.c was only used in the early stage
    of hammer devel, and no longer used.
    
      # grep ALIST_NO_DEBUG . -rI
      ./sbin/newfs_hammer/Makefile:CFLAGS+= -I${.CURDIR}/../../sys -I${.CURDIR}/../hammer -DALIST_NO_DEBUG
      ./sbin/hammer/Makefile:CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
      ./sys/kern/subr_alist.c:#ifndef ALIST_NO_DEBUG

Summary of changes:
 sbin/hammer/Makefile       | 2 +-
 sbin/newfs_hammer/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/45032ebd0f566b7c8e28402c3d25e3fd42c48c63


-- 
DragonFly BSD source repository



More information about the Commits mailing list