PATCH: make-syscalls broken
Andreas Schwab
schwab@suse.de
Fri Jun 16 01:12:00 GMT 2000
Greg McGary <greg@kayak.mcgary.org> writes:
|> @@ -63,7 +64,7 @@ eval `{ echo "#include <sysdep.h>";
|> # Make sure only the first syscall rule is used, if multiple dirs
|> # define the same syscall.
|> echo "#### CALL=$file NUMBER=$callnum ARGS=$args SOURCE=$srcfile"
|> - case x$srcfile$callnum in
|> + case x$srcfile"$callnum" in
|> x*-) ;; ### Do nothing for undefined callnum
|> x-*)
|> echo "ifeq (,\$(filter $file,\$(unix-syscalls)))"
This is not necessary, since the text between `case' and `in' is not
subject to word splitting (the `x' prefix is not needed, too).
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
More information about the Libc-hacker
mailing list