summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-24 03:33:03 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-24 03:33:03 +0000
commit3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 (patch)
tree0a046b1cf8435fe8b4c19b5337ae2be455407e3e
parent95bf537fc79edec18abd3c8a236fb84ab589cfcd (diff)
[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>.
-rw-r--r--ChangeLog7
-rw-r--r--sysdeps/unix/make-syscalls.sh1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f9edfd2f9..2470802090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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>.
+
2009-04-23 Aurelien Jarno <aurelien@aurel32.net>
[BZ #10092]
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*)