svn commit: r359896 - head/tools/build

Kyle Evans kevans at FreeBSD.org
Mon Apr 13 20:00:45 UTC 2020


Author: kevans
Date: Mon Apr 13 20:00:44 2020
New Revision: 359896
URL: https://svnweb.freebsd.org/changeset/base/359896

Log:
  depend-cleanup: fix typo, ^/lib/libc/sys/Makefile.inc generates .S stubs
  
  Pointy hat:	kevans

Modified:
  head/tools/build/depend-cleanup.sh

Modified: head/tools/build/depend-cleanup.sh
==============================================================================
--- head/tools/build/depend-cleanup.sh	Mon Apr 13 19:50:47 2020	(r359895)
+++ head/tools/build/depend-cleanup.sh	Mon Apr 13 20:00:44 2020	(r359896)
@@ -33,6 +33,6 @@ clean_dep()
 
 # Date      Rev      Description
 # 20190916  r352703  shm_open syscall reimplemented in C
-clean_dep lib/libc   shm_open c
+clean_dep lib/libc   shm_open S
 # 20200310  r358851  rename of openmp's ittnotify_static.c to .cpp
 clean_dep lib/libomp ittnotify_static c


More information about the svn-src-head mailing list