From owner-cvs-src-old@FreeBSD.ORG Thu Jan 6 20:05:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7011B1065781 for ; Thu, 6 Jan 2011 20:05:37 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1DB8FC1B for ; Thu, 6 Jan 2011 20:05:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p06K5bk6063427 for ; Thu, 6 Jan 2011 20:05:37 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p06K5bgf063426 for cvs-src-old@freebsd.org; Thu, 6 Jan 2011 20:05:37 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201101062005.p06K5bgf063426@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Thu, 6 Jan 2011 20:05:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/acct Makefile pack.c regress.t X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 20:05:37 -0000 keramida 2011-01-06 20:05:24 UTC FreeBSD src repository Modified files: tools/regression/acct Makefile pack.c regress.t Log: SVN rev 217064 on 2011-01-06 20:05:24Z by keramida tests: sort & fix includes, remove -include from CFLAGS of acct tests - Sort the includes of pack.c, moving sys/*.h files near the top. - Add a couple of missing #include lines, and remove the need for custom -include options in the CFLAGS of the test Makefile. - Remove the ad-hoc 'all' target, but keep its 'regress' bits for testing. - Convert the ad-hoc 'clean' target to proper CLEANFILES stuff, so that the normal bsd.prog.mk machinery can clean up. - Use `make -V .OBJDIR' to detect the place where 'pack' lives, so that regress.t works both with and without 'make obj'. Reviewed by: uqs MFC after: 1 week Revision Changes Path 1.3 +7 -11 src/tools/regression/acct/Makefile 1.2 +6 -3 src/tools/regression/acct/pack.c 1.4 +6 -1 src/tools/regression/acct/regress.t