Diff for /xfs-cmds/xfsprogs/db/Makefile between versions 1.18 and 1.19

version 1.18, 2007/09/07 06:12:37 version 1.19, 2008/10/03 04:35:04
Line 8  include $(TOPDIR)/include/builddefs Line 8  include $(TOPDIR)/include/builddefs
 LTCOMMAND = xfs_db  LTCOMMAND = xfs_db
   
 HFILES = addr.h agf.h agfl.h agi.h attr.h attrshort.h bit.h block.h bmap.h \  HFILES = addr.h agf.h agfl.h agi.h attr.h attrshort.h bit.h block.h bmap.h \
         bmapbt.h bmroot.h bnobt.h check.h cntbt.h command.h convert.h \          btblock.h bmroot.h check.h command.h convert.h dbread.h debug.h \
         dbread.h debug.h dir.h dir2.h dir2sf.h dirshort.h dquot.h echo.h \          dir.h dir2.h dir2sf.h dirshort.h dquot.h echo.h faddr.h field.h \
         faddr.h field.h flist.h fprint.h frag.h freesp.h hash.h help.h \          flist.h fprint.h frag.h freesp.h hash.h help.h init.h inode.h input.h \
         init.h inobt.h inode.h input.h io.h malloc.h metadump.h output.h \          io.h malloc.h metadump.h output.h print.h quit.h sb.h sig.h strvec.h \
         print.h quit.h sb.h sig.h strvec.h text.h type.h write.h \          text.h type.h write.h attrset.h
         attrset.h  
 CFILES = $(HFILES:.h=.c)  CFILES = $(HFILES:.h=.c)
 LSRCFILES = xfs_admin.sh xfs_check.sh xfs_ncheck.sh xfs_metadump.sh  LSRCFILES = xfs_admin.sh xfs_check.sh xfs_ncheck.sh xfs_metadump.sh
 LLDLIBS = $(LIBXFS) $(LIBXLOG) $(LIBUUID) $(LIBRT) $(LIBPTHREAD)  LLDLIBS = $(LIBXFS) $(LIBXLOG) $(LIBUUID) $(LIBRT) $(LIBPTHREAD)

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>