automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, experimental/ng/depcomp-les


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, experimental/ng/depcomp-less-repetition, updated. v1.12.1-315-ga1c43f6
Date: Thu, 07 Jun 2012 01:13:53 +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=a1c43f6e6b02bcd47827aa12eb9799ba6e451852

The branch, experimental/ng/depcomp-less-repetition has been updated
       via  a1c43f6e6b02bcd47827aa12eb9799ba6e451852 (commit)
      from  516c22f828e6533d1f6d57f9c71c5444a73420d1 (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 a1c43f6e6b02bcd47827aa12eb9799ba6e451852
Author: Stefano Lattarini <address@hidden>
Date:   Thu Jun 7 03:06:10 2012 +0200

    depcomp: remove unused variable '$source' from the depcomp script
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 lib/am/depend2.am |    4 ++--
 lib/depcomp       |    5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/lib/am/depend2.am b/lib/am/depend2.am
index 81d2c4c..fa8914f 100644
--- a/lib/am/depend2.am
+++ b/lib/am/depend2.am
@@ -56,7 +56,7 @@ if !%AMDEP%
        %SILENT%$(am__ensure_target_dir_exists)
 else %AMDEP%
        %SILENT%$(am__ensure_depdir)
-       %VERBOSE%source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+       %VERBOSE%object=$@ libtool=no @AMDEPBACKSLASH@
        DEPDIR=$(DEPDIR) $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
 endif %AMDEP%
 ?-o?   %VERBOSE-NODEP%%COMPILE% %-c% %-o% $@ %SOURCEFLAG%$(am__o_src)
@@ -78,7 +78,7 @@ if !%AMDEP%
        %SILENT%$(am__ensure_target_dir_exists)
 else %AMDEP%
        %SILENT%$(am__ensure_depdir)
-       %VERBOSE%source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+       %VERBOSE%object=$@ libtool=yes @AMDEPBACKSLASH@
        DEPDIR=$(DEPDIR) $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
 endif %AMDEP%
 ## We can always use '-o' with Libtool.
diff --git a/lib/depcomp b/lib/depcomp
index debb6ff..9d1b577 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -39,7 +39,6 @@ as side-effects.
 
 Environment variables:
   depmode     Dependency tracking mode.
-  source      Source file read by 'PROGRAMS ARGS'.
   object      Object file output by 'PROGRAMS ARGS'.
   DEPDIR      directory where to store dependencies.
   depfile     Dependency file to output.
@@ -62,8 +61,8 @@ tab=' '
 nl='
 '
 
-if test -z "$depmode" || test -z "$source" || test -z "$object"; then
-  echo "depcomp: Variables source, object and depmode must be set" 1>&2
+if test -z "$depmode" || test -z "$object"; then
+  echo "depcomp: Variables object and depmode must be set" 1>&2
   exit 1
 fi
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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