svn commit: r296704 - head/lib/atf

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 11 23:45:44 UTC 2016


Author: bdrewery
Date: Fri Mar 11 23:45:42 2016
New Revision: 296704
URL: https://svnweb.freebsd.org/changeset/base/296704

Log:
  Remove bogus .ORDER.
  
  This is not SUBDIR_PARALLEL and if it were this .ORDER would not work
  since the targets are <target>_subdir_<subdir> not <subdir>.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/atf/Makefile

Modified: head/lib/atf/Makefile
==============================================================================
--- head/lib/atf/Makefile	Fri Mar 11 23:45:39 2016	(r296703)
+++ head/lib/atf/Makefile	Fri Mar 11 23:45:42 2016	(r296704)
@@ -35,6 +35,4 @@ SUBDIR=		libatf-c \
 _tests= 	tests
 .endif
 
-.ORDER: ${SUBDIR}
-
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list