automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.11b-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.11b-82-g8096321
Date: Fri, 13 Apr 2012 20:24:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8096321f4be6dd3929e11a511a43b8c6da362c67

The branch, ng/master has been updated
       via  8096321f4be6dd3929e11a511a43b8c6da362c67 (commit)
      from  239336d2dc35bfac52f1f05edcdb229e5700c191 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8096321f4be6dd3929e11a511a43b8c6da362c67
Author: Stefano Lattarini <address@hidden>
Date:   Fri Apr 13 22:20:14 2012 +0200

    cleanup: remove one instance of .MAKE usage
    
    The .MAKE target is only used by BSD make, not GNU make, so
    Automake-NG don't need to generate it.
    
    * lib/Automake/Rule.pm (reset): Don't reset $dependencies{".MAKE"}.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 lib/Automake/Rule.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
index 94aa801..43c3956 100644
--- a/lib/Automake/Rule.pm
+++ b/lib/Automake/Rule.pm
@@ -378,8 +378,6 @@ sub reset()
 
      # Phonying.
      '.PHONY'               => [],
-     # Recursive install targets (so "make -n install" works for BSD Make).
-     '.MAKE'               => [],
      );
   %actions = ();
 }


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]