[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI] [ng] cosmetics: remove few obsolescent comments in a
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI] [ng] cosmetics: remove few obsolescent comments in autoamake |
Date: |
Fri, 15 Jun 2012 16:49:23 +0200 |
* automake.in (read_am_file): Remove obsolete comments (about
OSF make limitations).
Signed-off-by: Stefano Lattarini <address@hidden>
---
automake.in | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/automake.in b/automake.in
index d01abd1..83b26b8 100644
--- a/automake.in
+++ b/automake.in
@@ -5883,23 +5883,12 @@ sub read_am_file ($$)
{
push (@include_stack, "\$\(top_srcdir\)/$path");
# Distribute any included file.
-
- # Always use the $(top_srcdir) prefix in @dist_common,
- # otherwise OSF make will implicitly copy the included
- # file in the build tree during "make distdir" to satisfy
- # the dependency.
- # (subdircond2.test and subdircond3.test will fail.)
push_dist_common ("\$\(top_srcdir\)/$path");
}
else
{
$path =~ s/\$\(srcdir\)\///;
push (@include_stack, "\$\(srcdir\)/$path");
- # Always use the $(srcdir) prefix in @dist_common,
- # otherwise OSF make will implicitly copy the included
- # file in the build tree during "make distdir" to satisfy
- # the dependency.
- # (subdircond2.test and subdircond3.test will fail.)
push_dist_common ("\$\(srcdir\)/$path");
$path = $relative_dir . "/" . $path if $relative_dir ne '.';
}
--
1.7.9.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-NG] [FYI] [ng] cosmetics: remove few obsolescent comments in autoamake,
Stefano Lattarini <=