Makefile.inc1: remove stale dependency cleanup from 2018

This commit is contained in:
Ed Maste 2020-06-05 20:18:55 +00:00
parent f81b2b9a8a
commit 5843b6e7b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361850

View File

@ -1559,12 +1559,6 @@ INSTALLKERNEL= ${_kernel}
.endfor
_cleankernobj_fast_depend_hack: .PHONY
# 20180320 remove stale generated assym.s after renaming to .inc in r331254
@if [ -e "${OBJTOP}/sys/${KERNCONF}/assym.s" ]; then \
echo "Removing stale generated assym files"; \
rm -f ${OBJTOP}/sys/${KERNCONF}/assym.* \
${OBJTOP}/sys/${KERNCONF}/.depend.assym.*; \
fi
# 20191009 r353340 removal of opensolaris_atomic.S (also r353381)
.if ${MACHINE} != i386
.for f in opensolaris_atomic