From f797563bcb25815df8e042f39140935f4c328179 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Thu, 15 Jul 2004 17:39:59 +0000 Subject: [PATCH] - Make a note that we can avoid using unique filenames by playing with AUTOMAKE_OPTIONS, as pointed out by Nicholas Wourms. (Logical change 1.239) --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 7313ad8b..df9fda08 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +- According to Nicholas S. Wourms , adding this to the + Makefile.am: + AUTOMAKE_OPTIONS = 1.6 subdir-objects + ensures that object-files are build in separate subdirectories and that + in turn makes it possible for source files in different directories to + have the same filename, thus avoiding the need for those ugly -x86, -ia64, etc., + postfixes. - Update the libunwind man page for the new/fixed cache-flushing behavior. Effectively, that unw_flush_cache() doesn't have to be called by applications except for extraordinary circumstances (e.g., if application