public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix io/ftwtest for relative objpfx
@ 2003-05-11 16:08 Andreas Schwab
  2003-05-11 22:47 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2003-05-11 16:08 UTC (permalink / raw)
  To: libc-hacker

2003-05-11  Andreas Schwab  <schwab@suse.de>

	* io/Makefile ($(objpfx)ftwtest.out): Use absolute file names.

--- io/Makefile.~1.47.~	2002-10-21 10:27:02.000000000 +0200
+++ io/Makefile	2003-05-11 13:45:28.000000000 +0200
@@ -83,5 +83,6 @@ ifeq ($(cross-compiling),no)
 tests: $(objpfx)ftwtest.out
 
 $(objpfx)ftwtest.out: $(objpfx)ftwtest
-	$(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F) > $@
+	$(SHELL) -e ftwtest-sh $(shell cd $(common-objpfx). && pwd)/ \
+		 $(shell cd $(<D) && pwd)/$(<F) > $@
 endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix io/ftwtest for relative objpfx
  2003-05-11 16:08 Fix io/ftwtest for relative objpfx Andreas Schwab
@ 2003-05-11 22:47 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-05-11 22:47 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Schwab wrote:
> 2003-05-11  Andreas Schwab  <schwab@suse.de>
> 
> 	* io/Makefile ($(objpfx)ftwtest.out): Use absolute file names.

I've applied the patch.  Thanks,

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+vtLn2ijCOnn/RHQRApKhAJ9tMntpCIDNEw+0jUECN0KrBSq6NgCgnRkm
CHYrN6u+HfArI8lTMy2Yg8Y=
=QBUj
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-11 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-11 16:08 Fix io/ftwtest for relative objpfx Andreas Schwab
2003-05-11 22:47 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).