]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r217064 - sort & fix includes, remove -include from CFLAGS of acct tests
authorkeramida <keramida@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jan 2011 21:09:39 +0000 (21:09 +0000)
committerkeramida <keramida@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jan 2011 21:09:39 +0000 (21:09 +0000)
commit6fc0a0ff5d7ec00e0a37b44119c5ca3e32bf9545
treec2380e971ccc5680c915a4fb646a21d9f7028d0f
parenta63bab54c558b52974d2247dbe658497c2964b63
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’.

git-svn-id: svn://svn.freebsd.org/base/stable/8@217599 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/acct/Makefile
tools/regression/acct/pack.c
tools/regression/acct/regress.t