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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to