Author: avg
Date: Wed May  9 08:07:08 2012
New Revision: 235156
URL: http://svn.freebsd.org/changeset/base/235156

Log:
  i386 zfsloader: rename LIBZFS to LIBZFSBOOT
  
  ... to avoid name clash with the other libzfs
  
  MFC after:    1 month

Modified:
  head/sys/boot/i386/loader/Makefile

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile  Wed May  9 08:05:50 2012        
(r235155)
+++ head/sys/boot/i386/loader/Makefile  Wed May  9 08:07:08 2012        
(r235156)
@@ -20,9 +20,7 @@ LIBFIREWIRE=  ${.OBJDIR}/../libfirewire/l
 # Set by zfsloader Makefile
 .if defined(LOADER_ZFS_SUPPORT)
 CFLAGS+=       -DLOADER_ZFS_SUPPORT
-LIBZFS=                ${.OBJDIR}/../../zfs/libzfsboot.a
-.else
-LIBZFS=
+LIBZFSBOOT=    ${.OBJDIR}/../../zfs/libzfsboot.a
 .endif
 
 # Enable PXE TFTP or NFS support, not both.
@@ -119,8 +117,8 @@ FILES+= menu.rc
 # XXX crt0.o needs to be first for pxeboot(8) to work
 OBJS=  ${BTXCRT}
 
-DPADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
-LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
+DPADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFSBOOT} ${LIBI386} ${LIBSTAND}
+LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFSBOOT} ${LIBI386} ${LIBSTAND}
 
 .include <bsd.prog.mk>
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to