diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 03:33:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 03:33:03 +0000 |
commit | 3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 (patch) | |
tree | 0a046b1cf8435fe8b4c19b5337ae2be455407e3e /sysdeps/unix | |
parent | 95bf537fc79edec18abd3c8a236fb84ab589cfcd (diff) | |
download | glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.gz glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.xz glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.zip |
[BZ #10052]
2009-04-23 Ulrich Drepper <drepper@redhat.com> [BZ #10052] * sysdeps/unix/make-syscalls.sh: Add rule to create target directory for dummy syscall rules. Patch by Chris Steinbroner <hesh@pobox.com>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index ca82e1f331..8abb0349bf 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -155,6 +155,7 @@ shared-only-routines += $file case x"$callnum" in x_) echo "\ + \$(make-target-directory) (echo '/* Dummy module requested by syscalls.list */'; \\" ;; x*) |