public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Remove $(objpfx) from tls.make
@ 2002-12-26 15:56 Andreas Schwab
  2002-12-26 16:34 ` Roland McGrath
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2002-12-26 15:56 UTC (permalink / raw)
  To: libc-hacker

Just to avoid dependency on build directory.

Andreas.

2002-12-27  Andreas Schwab  <schwab@suse.de>

	* Makerules ($(common-objpfx)%.make): Filter through
	$(sed-remove-objpfx).

--- Makerules.~1.380.~	2002-12-23 18:27:01.000000000 +0100
+++ Makerules	2002-12-27 00:31:35.000000000 +0100
@@ -158,7 +158,7 @@ $(common-objpfx)%.make: $(..)%.make.c $(
 	 $(CC) $(CFLAGS) $(CPPFLAGS) -E $< \
 	 | sed -n '/@@@/{s/@@@[	 ]*\(.*\)@@@/\1/;s/[	 ]*$$//p;}'; \
 	 echo 'common-generated += $(@F)'; \
-	 cat $@.dT; rm -f $@.dT) > $@T
+	 sed $(sed-remove-objpfx) $@.dT; rm -f $@.dT) > $@T
 	mv -f $@T $@
 \f
 # Generate an ordered list of implicit rules which find the source files in

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

* Re: Remove $(objpfx) from tls.make
  2002-12-26 15:56 Remove $(objpfx) from tls.make Andreas Schwab
@ 2002-12-26 16:34 ` Roland McGrath
  2002-12-27  4:46   ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Roland McGrath @ 2002-12-26 16:34 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

> 2002-12-27  Andreas Schwab  <schwab@suse.de>
> 
> 	* Makerules ($(common-objpfx)%.make): Filter through
> 	$(sed-remove-objpfx).

I put the patch in.


Thanks,
Roland

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

* Re: Remove $(objpfx) from tls.make
  2002-12-26 16:34 ` Roland McGrath
@ 2002-12-27  4:46   ` Andreas Schwab
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2002-12-27  4:46 UTC (permalink / raw)
  To: Roland McGrath; +Cc: libc-hacker

Roland McGrath <roland@redhat.com> writes:

|> > 2002-12-27  Andreas Schwab  <schwab@suse.de>
|> > 
|> > 	* Makerules ($(common-objpfx)%.make): Filter through
|> > 	$(sed-remove-objpfx).
|> 
|> I put the patch in.

Thanks.

Btw, the file has CRLF line endings now.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

end of thread, other threads:[~2002-12-27 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-26 15:56 Remove $(objpfx) from tls.make Andreas Schwab
2002-12-26 16:34 ` Roland McGrath
2002-12-27  4:46   ` Andreas Schwab

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).