PERFORCE change 49324 for review

Peter Wemm peter at FreeBSD.org
Fri Mar 19 17:21:22 PST 2004


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

Change 49324 by peter at peter_overcee on 2004/03/19 17:21:19

	remove more cruft that I missed.

Affected files ...

.. //depot/projects/hammer/share/mk/bsd.lib.mk#18 edit

Differences ...

==== //depot/projects/hammer/share/mk/bsd.lib.mk#18 (text+ko) ====

@@ -21,12 +21,6 @@
 SONAME?=	${SHLIB_NAME}
 .endif
 
-.if defined(BUILD_PIC_ONLY)
-.undef SHLIB_NAME
-.undef SHLIB_LINK
-.undef SONAME
-.endif
-
 .if defined(CRUNCH_CFLAGS)
 CFLAGS+=	${CRUNCH_CFLAGS}
 .endif
@@ -106,7 +100,7 @@
 OBJS+=		${SRCS:N*.h:R:S/$/.o/}
 .endif
 
-.if defined(LIB) && !empty(LIB) && !defined(BUILD_PIC_ONLY)
+.if defined(LIB) && !empty(LIB)
 _LIBS=		lib${LIB}.a
 
 lib${LIB}.a: ${OBJS} ${STATICOBJS}


More information about the p4-projects mailing list