This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove $(objpfx) from tls.make


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 $@
 
 # Generate an ordered list of implicit rules which find the source files in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]