[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/10] Refactoring: new $automake_remake_options global varia
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH 04/10] Refactoring: new $automake_remake_options global variable. |
Date: |
Sun, 2 Jan 2011 18:11:36 +0100 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
Also, due to the amendedings to previous patches in the series,
the following squash-in is now necessary.
-*-*-
diff --git a/automake.in b/automake.in
index 06146cb..578df7c 100644
--- a/automake.in
+++ b/automake.in
@@ -8521,7 +8521,7 @@ sub parse_arguments ()
&parse_warnings ('-W', $warning);
}
- $am_remake_options{strictness} = ($cygnus ? 'cygnus' : $strictness);
+ $am_remake_options{strictness} = ($cygnus ? 'cygnus' : $strict);
$am_remake_options{ignore_deps} = $ignore_deps;
return unless @ARGV;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 04/10] Refactoring: new $automake_remake_options global variable.,
Stefano Lattarini <=