Date: Wed, 19 Jan 2011 21:19:23 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/acct Makefile pack.c regress.t Message-ID: <201101192119.p0JLJYvs036404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2011-01-19 21:19:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
tools/regression/acct Makefile pack.c regress.t
Log:
SVN rev 217600 on 2011-01-19 21:19:23Z by keramida
MFC r217064 - 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’.
Revision Changes Path
1.1.2.1 +9 -9 src/tools/regression/acct/Makefile
1.1.2.1 +6 -3 src/tools/regression/acct/pack.c
1.1.2.1 +6 -1 src/tools/regression/acct/regress.t
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101192119.p0JLJYvs036404>
