mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Makefile.inc1: remove stale dependency cleanup from 2018
This commit is contained in:
parent
f81b2b9a8a
commit
5843b6e7b2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361850
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user