Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 22:24:32 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219844 for review
Message-ID:  <201211252224.qAPMOWJJ023154@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219844?ac=10

Change 219844 by rwatson@rwatson_cinnamon on 2012/11/25 22:24:07

	After some confusion caused by stale files in /usr/obj, this
	update to the auditdistd bmake Makefile appears to leave it building.

Affected files ...

.. //depot/projects/trustedbsd/audit_merge/src/usr.sbin/auditdistd/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit_merge/src/usr.sbin/auditdistd/Makefile#2 (text+ko) ====

@@ -18,7 +18,6 @@
 SRCS+=	receiver.c
 SRCS+=	sandbox.c sender.c subr.c
 SRCS+=	token.l trail.c
-SRCS+=	y.tab.h
 MAN=	auditdistd.8 auditdistd.conf.5
 
 DPADD=	${LIBL} ${LIBPTHREAD} ${LIBUTIL}
@@ -28,6 +27,6 @@
 
 YFLAGS+=-v
 
-CLEANFILES=y.tab.c y.tab.h y.output
+CLEANFILES=parse.c parse.h parse.output
 
 .include <bsd.prog.mk>



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