public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Re: Fix check-abi implicit rule chaining
  2003-01-13  4:59 Fix check-abi implicit rule chaining Andreas Schwab
@ 2003-01-13  4:59 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-01-13  4:59 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

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

Andreas Schwab wrote:
> The pattern rules for %.symlist and %.dynsym do not work as expected.
> When making check-abi the %.symlist files are not updated even if the
> corresponding %.so file is newer.  Adding a vpath declaration for
> %.dynsym and %.so fixes this.

Seems to be OK.  I've applied it.  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+IS+f2ijCOnn/RHQRAjQ7AKC8FH/hDioCIcCO0whwlWBOFJB+LQCfWY3n
hEKn4Qp37LoNwCkrNu8V7rc=
=fZcg
-----END PGP SIGNATURE-----

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

* Fix check-abi implicit rule chaining
@ 2003-01-13  4:59 Andreas Schwab
  2003-01-13  4:59 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2003-01-13  4:59 UTC (permalink / raw)
  To: libc-hacker

The pattern rules for %.symlist and %.dynsym do not work as expected.
When making check-abi the %.symlist files are not updated even if the
corresponding %.so file is newer.  Adding a vpath declaration for
%.dynsym and %.so fixes this.

Andreas.

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

	* Makerules: Add vpath for %.dynsym and %.so so that the
	implicit rule chaining for check-abi works.

--- Makerules.~1.388.~	2003-01-05 18:07:24.000000000 +0100
+++ Makerules	2003-01-11 18:26:54.000000000 +0100
@@ -1138,6 +1138,8 @@ ifeq ($(versioning),yes)
 	mv -f $@T $@
 
 vpath %.symlist $(objpfx) $(common-objpfx)
+vpath %.dynsym $(objpfx) $(common-objpfx)
+vpath %.so $(objpfx) $(common-objpfx)
 check-abi-%: $(..)scripts/extract-abilist.awk $(common-objpfx)config.make \
 	     %.abilist %.symlist
 	LC_ALL=C \

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

end of thread, other threads:[~2003-01-12  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13  4:59 Fix check-abi implicit rule chaining Andreas Schwab
2003-01-13  4:59 ` 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).