Author: jhb
Date: Wed May 23 17:05:12 2018
New Revision: 334107
URL: https://svnweb.freebsd.org/changeset/base/334107

Log:
  Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros.
  
  This language dates back to when libthr was libc_r that included its own
  syscalls and replaced libc entirely.  It hasn't been relevant for a long
  time.

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile    Wed May 23 17:02:12 2018        (r334106)
+++ head/lib/libthr/Makefile    Wed May 23 17:05:12 2018        (r334107)
@@ -3,10 +3,7 @@
 # All library objects contain FreeBSD revision strings by default; they may be
 # excluded as a space-saving measure.  To produce a library that does
 # not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
-# below.  Note, there are no IDs for syscall stubs whose sources are generated.
-# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
-# (for system call stubs) to CFLAGS below.  -DSYSLIBC_SCCS affects just the
-# system call stubs.
+# below.
 
 PACKAGE=       clibs
 SHLIBDIR?= /lib
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to