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

This commit is contained in:
Ed Maste 2020-03-12 14:01:17 +00:00
parent 3b1781b4fd
commit 450cc34172
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358910

View File

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