Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/lib/libnvpair Revert lib_nvpair hack now...



details:   https://anonhg.NetBSD.org/src/rev/b11a2c6974f9
branches:  trunk
changeset: 752311:b11a2c6974f9
user:      haad <haad%NetBSD.org@localhost>
date:      Mon Feb 22 20:05:03 2010 +0000

description:
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
bsd.lib.mk.

diffstat:

 external/cddl/osnet/lib/libnvpair/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 7770f0252b2c -r b11a2c6974f9 external/cddl/osnet/lib/libnvpair/Makefile
--- a/external/cddl/osnet/lib/libnvpair/Makefile        Mon Feb 22 19:46:18 2010 +0000
+++ b/external/cddl/osnet/lib/libnvpair/Makefile        Mon Feb 22 20:05:03 2010 +0000
@@ -1,17 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2010/02/21 01:46:35 darran Exp $
+#      $NetBSD: Makefile,v 1.5 2010/02/22 20:05:03 haad Exp $
 
 .PATH:  ${.CURDIR}/../../dist/lib/libnvpair
 .PATH:  ${.CURDIR}/../../dist/common/nvpair
 
 LIB=   nvpair
 
-SRCS=  lib_nvpair.c nvpair_alloc_system.c nvpair_alloc_fixed.c nvpair.c
-
-lib_nvpair.c: libnvpair.c
-       @rm -f ${.TARGET}
-       @ln -s ${.ALLSRC} ${.TARGET}
-
-CLEANFILES+=lib_nvpair.c
+SRCS=  libnvpair.c nvpair_alloc_system.c nvpair_alloc_fixed.c nvpair.c
 
 .include "../../Makefile.zfs"
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index