Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2011 20:05:24 +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:  <201101062005.p06K5bgf063426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101062005.p06K5bgf063426>