Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2011 21:09:39 +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:  <201101192109.p0JL9wnL035661@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2011-01-19 21:09:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    tools/regression/acct Makefile pack.c regress.t 
  Log:
  SVN rev 217599 on 2011-01-19 21:09:39Z 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.10.2  +9 -9      src/tools/regression/acct/Makefile
  1.1.10.2  +6 -3      src/tools/regression/acct/pack.c
  1.1.10.2  +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?201101192109.p0JL9wnL035661>