PERFORCE change 92364 for review

Robert Watson rwatson at FreeBSD.org
Fri Feb 24 16:09:39 PST 2006


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

Change 92364 by rwatson at rwatson_peppercorn on 2006/02/25 00:08:51

	Use -Lpath rather than -L path since this is happier on Darwin.
	
	Submitted by:	Martin Fong <martin dot fong at sri dot com>

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 edit
.. //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 edit
.. //depot/projects/trustedbsd/openbsm/tools/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 (text+ko) ====

@@ -1,8 +1,8 @@
 # 
-# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#2 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#3 $
 #
 
-CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
+CFLAGS+=	-I- -I ../.. -I ../../libbsm -L../../libbsm -I.
 PROG=		audit
 MAN=		audit.8
 DPADD=		/usr/lib/libbsm.a

==== //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 (text+ko) ====

@@ -1,8 +1,8 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#3 $
 #
 
-CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
+CFLAGS+=	-I- -I ../.. -I ../../libbsm -L../../libbsm -I.
 PROG=		auditd
 SRCS=		audit_warn.c auditd.c
 MAN=		auditd.8

==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 (text+ko) ====

@@ -1,8 +1,8 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#4 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#5 $
 #
 
-CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
+CFLAGS+=	-I- -I ../.. -I ../../libbsm -L../../libbsm -I.
 PROG=		auditreduce
 MAN=		auditreduce.1
 DPADD=		/usr/lib/libbsm.a

==== //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 (text+ko) ====

@@ -1,8 +1,8 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#4 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#5 $
 #
 
-CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
+CFLAGS+=	-I- -I ../.. -I ../../libbsm -L../../libbsm -I.
 PROG=		praudit
 MAN=		praudit.1
 DPADD=		/usr/lib/libbsm.a

==== //depot/projects/trustedbsd/openbsm/tools/Makefile#4 (text+ko) ====

@@ -1,8 +1,8 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile#3 $
+# $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile#4 $
 #
 
-CFLAGS+=	-I- -I .. -I ../libbsm -L ../libbsm -I.
+CFLAGS+=	-I- -I .. -I ../libbsm -L../libbsm -I.
 PROG=		audump
 NO_MAN=
 DPADD=		/usr/lib/libbsm.a


More information about the p4-projects mailing list