Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 14:01:18 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358910 - head
Message-ID:  <202003121401.02CE1IHa032050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Mar 12 14:01:17 2020
New Revision: 358910
URL: https://svnweb.freebsd.org/changeset/base/358910

Log:
  Makefile.inc1: move dependency hack comment to the block it applies to

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Mar 12 13:42:08 2020	(r358909)
+++ head/Makefile.inc1	Thu Mar 12 14:01:17 2020	(r358910)
@@ -922,7 +922,6 @@ _sanity_check: .PHONY .MAKE
 # tree changes, particularly with respect to removing source files and
 # replacing generated files.  Handle these cases here in an ad-hoc fashion.
 _cleanobj_fast_depend_hack: .PHONY
-# Syscall stubs rewritten in C and obsolete MD assembly implementations
 # Date      SVN Rev  Syscalls/Changes
 # 20200310  r358851  rename of openmp's ittnotify_static.c to .cpp
 .for f in ittnotify_static
@@ -934,6 +933,7 @@ _cleanobj_fast_depend_hack: .PHONY
 		   ${LIBCOMPAT:D${LIBCOMPAT_OBJTOP}/lib/libomp/.depend.${f}.*}; \
 	fi
 .endfor
+# Syscall stubs rewritten in C and obsolete MD assembly implementations
 # 20191009  r353340  removal of opensolaris_atomic.S (also r353381)
 .if ${MACHINE} != i386
 .for f in opensolaris_atomic



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