Date: Thu, 23 Feb 2006 18:59:48 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92279 for review Message-ID: <200602231859.k1NIxmcY014116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92279 Change 92279 by millert@millert_g4tower on 2006/02/23 18:59:05 Remove security.h in the clean pass too Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/darwin/libmac/Makefile#4 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/darwin/libmac/Makefile#4 (text+ko) ==== @@ -26,12 +26,12 @@ $(DSTROOT)/usr/share/man/man3/ clean: - rm -f lib$(LIB).a $(OBJS) security.c + rm -f lib$(LIB).a $(OBJS) security.[ch] lib$(LIB).a:: $(OBJS) rm -f lib$(LIB).a $(AR) lib$(LIB).a `lorder $(OBJS) | tsort -q` $(RANLIB) lib$(LIB).a -security.c: $(MIGSOURCE)/security.defs +security.c security.h: $(MIGSOURCE)/security.defs mig $(CFLAGS) -user $@ -header security.h -server /dev/null -sheader /dev/null $(MIGSOURCE)/security.defs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602231859.k1NIxmcY014116>