Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 23:45:42 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296704 - head/lib/atf
Message-ID:  <201603112345.u2BNjgi5011041@repo.freebsd.org>

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



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