]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r353871
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 13 Nov 2019 23:26:12 +0000 (23:26 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Wed, 13 Nov 2019 23:26:12 +0000 (23:26 +0000)
commitcca52a56aa9ba0c70cc5e975e453da204a3608c7
treec75592f461f02400f9d33688f895a289b38b7f0e
parent6fb12c13801a797007046729f54be1a843719f7d
MFC r353871
Record prior MFC of r353408

r353408:
Fix -DNO_CLEAN build across r353340 and r353381

opensolaris_atomic.S is now only used on i386 with opensolaris_atomic.c
used on other platforms.  After r353381 it doesn't exist on those
platforms so the stale dependency would result in a build error.

r353871:
Additional fix for -DNO_CLEAN build across r353340 and r353381

opensolaris_atomic.S is now only used on i386 with opensolaris_atomic.c
used on other platforms.  After r353381 it doesn't exist on those
platforms so the stale dependency would result in a build error.

r353408 addressed this issue for cddl/lib/libzpool, but it persisted
with the opensolaris and zfs modules.
Makefile.inc1