diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-11-06 06:46:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-11-10 04:54:18 -0800 |
commit | 0bd356df1afb0591470499813d4ebae9bcedd6a6 (patch) | |
tree | 159741e850362678bad52cdbc11691d27df76e23 /sysdeps/unix | |
parent | 824dd3ec4922fbb9a34c62f4829e7817cc60e29a (diff) | |
download | glibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.tar.gz glibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.tar.xz glibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.zip |
Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S
Since commit d73f5331ce5370ca5a879229e3842f5de98689cd Author: Roland McGrath <roland@gnu.org> Date: Fri May 2 02:20:45 2003 +0000 2003-05-01 Roland McGrath <roland@redhat.com> dependency is generated by passing -MD -MF to compiler. Remove the unused +mkdep, +make-deps, s-proto.S and s-proto-cancel.S. This fixes BZ #28554.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/unix/s-proto-cancel.S | 5 | ||||
-rw-r--r-- | sysdeps/unix/s-proto.S | 4 |
3 files changed, 0 insertions, 13 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 2ee3be7237..582baa4bd8 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -104,10 +104,6 @@ $(common-objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ mv -f $@T $@ endif -$(common-objpfx)s-%.d: $(..)sysdeps/unix/s-%.S \ - $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) - $(+make-deps) - postclean-generated += sysd-syscalls endif diff --git a/sysdeps/unix/s-proto-cancel.S b/sysdeps/unix/s-proto-cancel.S deleted file mode 100644 index 042be3c8df..0000000000 --- a/sysdeps/unix/s-proto-cancel.S +++ /dev/null @@ -1,5 +0,0 @@ -/* This file exists just to have its dependencies determined. - Those dependencies are then used for the objects of the cancellable - system calls. */ - -#include <sysdep-cancel.h> diff --git a/sysdeps/unix/s-proto.S b/sysdeps/unix/s-proto.S deleted file mode 100644 index 52a197036c..0000000000 --- a/sysdeps/unix/s-proto.S +++ /dev/null @@ -1,4 +0,0 @@ -/* This file exists just to have its dependencies determined. - Those dependencies are then used for the simple system call objects. */ - -#include <sysdep.h> |