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> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"