Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 19:28:21 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99633 for review
Message-ID:  <200606191928.k5JJSLwa000283@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99633

Change 99633 by bushman@bushman_nss_ldap_cached on 2006/06/19 19:27:21

	Small similar fixes in the nss-modules' Makefiles (replacing .CURDIR with .OBJDIR in LDFLAGS).

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_dns/Makefile#4 edit
.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_files/Makefile#4 edit
.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_icmp/Makefile#3 edit
.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_nis/Makefile#4 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_dns/Makefile#4 (text+ko) ====

@@ -20,7 +20,7 @@
 .endif
 
 LDADD+= -lnssutil
-LDFLAGS+= -L${.CURDIR}/../libnssutil
+LDFLAGS+= -L${.OBJDIR}/../libnssutil
 
 INCS=	
 MAN=	

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_files/Makefile#4 (text+ko) ====

@@ -21,7 +21,7 @@
 .endif
 
 LDADD+= -lnssutil
-LDFLAGS+= -L${.CURDIR}/../libnssutil
+LDFLAGS+= -L${.OBJDIR}/../libnssutil
 
 INCS=	
 MAN=	

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_icmp/Makefile#3 (text+ko) ====

@@ -13,14 +13,13 @@
 
 .if ${MK_NIS} != "no"
 CFLAGS+= -DYP
-.include "${.CURDIR}/yp/Makefile.inc"
 .endif
 .if ${MK_HESIOD} != "no"
 CFLAGS+= -DHESIOD
 .endif
 
 LDADD+= -lnssutil
-LDFLAGS+= -L${.CURDIR}/../libnssutil
+LDFLAGS+= -L${.OBJDIR/../libnssutil
 
 INCS=	
 MAN=	

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_nis/Makefile#4 (text+ko) ====

@@ -20,7 +20,7 @@
 .endif
 
 LDADD+= -lnssutil
-LDFLAGS+= -L${.CURDIR}/../libnssutil
+LDFLAGS+= -L${.OBJDIR}/../libnssutil
 
 INCS=   
 MAN=	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606191928.k5JJSLwa000283>