svn commit: r211964 - in head/tools/regression/bin: . pax

Brian Somers brian at FreeBSD.org
Sun Aug 29 12:14:54 UTC 2010


Author: brian
Date: Sun Aug 29 12:14:53 2010
New Revision: 211964
URL: http://svn.freebsd.org/changeset/base/211964

Log:
  Add a Makefile for tools/regression/bin and support 'all' in
  pax/Makefile.
  
  MFC after:	3 weeks

Added:
  head/tools/regression/bin/Makefile   (contents, props changed)
Modified:
  head/tools/regression/bin/pax/Makefile

Added: head/tools/regression/bin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/bin/Makefile	Sun Aug 29 12:14:53 2010	(r211964)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR=	date mv pax sh
+
+.include <bsd.subdir.mk>

Modified: head/tools/regression/bin/pax/Makefile
==============================================================================
--- head/tools/regression/bin/pax/Makefile	Sun Aug 29 11:56:56 2010	(r211963)
+++ head/tools/regression/bin/pax/Makefile	Sun Aug 29 12:14:53 2010	(r211964)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-test:
+all test:
 	prove -vmw regress.t
 
 clean:


More information about the svn-src-head mailing list