[Differential] D33604: Switch opt-out STRIP_FBSDID to opt-in EMBED_FBSDID

From: emaste (Ed Maste) <phabric-noreply_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 18:46:21 UTC
emaste created this revision.
emaste added reviewers: kib, imp.
Herald added subscribers: jhibbits, andrew.
Herald added a reviewer: manu.
emaste requested review of this revision.

REVISION SUMMARY
  With the transition to Git `$FreeBSD$` serves no purpose. Stop embedding `__FBSDID()` by default. Switch to opt-in, in case any downstream consumers have external tooling to populate it.

REVISION DETAIL
  https://reviews.freebsd.org/D33604

AFFECTED FILES
  lib/csu/Makefile.inc
  lib/libc/Makefile
  sys/amd64/include/asm.h
  sys/arm/include/asm.h
  sys/arm64/include/asm.h
  sys/i386/include/asm.h
  sys/mips/include/asm.h
  sys/powerpc/include/asm.h
  sys/riscv/include/asm.h
  sys/sys/cdefs.h
  usr.sbin/lpr/common_source/lp.cdefs.h

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: emaste, kib, imp, manu
Cc: andrew, freebsd-toolchain-list, jhibbits, mhorne