PERFORCE change 99633 for review

Michael Bushkov bushman at FreeBSD.org
Mon Jun 19 19:28:22 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99633

Change 99633 by bushman at 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=	


More information about the p4-projects mailing list