]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
another _INSTALL var fix
authorTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 00:30:30 +0000 (00:30 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 00:30:30 +0000 (00:30 +0000)
20 files changed:
ChangeLog
automake.in
data.am
header-vars.am
header.am
lib/am/data.am
lib/am/header-vars.am
lib/am/header.am
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/progs.am
lib/am/scripts.am
lib/am/texinfos.am
libs.am
lisp.am
ltlib.am
progs.am
scripts.am
texinfos.am

index 159ca7a6f286fb98fcb04e48c2033273422de8df..0cfafee779327ab52b1b6ab3b63e29579db64b74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * header-vars.am: Change _INSTALL variable definitions to `true'.
+       Updated all users to put `@' before invocation.
+
 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
 
        Update to follow GNU Standards:
index ecfef69aa032415540338bbcda74e47386795384..e450f9ae505b7c428c7da88cab7ebaaf630802b7 100755 (executable)
@@ -3163,7 +3163,7 @@ sub handle_merge_targets
     $output_rules .= ("install-exec: "
                      . join (' ', @install_exec)
                      . "\n");
-    $output_rules .= "\t\$(NORMAL_INSTALL)\n";
+    $output_rules .= "\t\@\$(NORMAL_INSTALL)\n";
     if (defined $contents{'install-exec-hook'})
     {
        $output_rules .= "\t" . '$(MAKE) install-exec-hook' . "\n";
@@ -3175,7 +3175,7 @@ sub handle_merge_targets
     $output_rules .= ("install-data: "
                      . join (' ', @install_data)
                      . "\n");
-    $output_rules .= "\t\$(NORMAL_INSTALL)\n";
+    $output_rules .= "\t\@\$(NORMAL_INSTALL)\n";
     if (defined $contents{'install-data-hook'})
     {
        $output_rules .= "\t" . '$(MAKE) install-data-hook' . "\n";
diff --git a/data.am b/data.am
index 6bc1d3e20b500f498bac7390fc616dd04baf763c..050937d299fd5d3e099e40b51d0bdbd0db96f3d0 100644 (file)
--- a/data.am
+++ b/data.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@DATA: $(@DIR@_DATA)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index f96643ac35b64cb208e369830acf1708edac7f7a..5a907390a71415b1d76145410e320e106b18583f 100644 (file)
@@ -57,9 +57,9 @@ transform = @program_transform_name@
 
 ## These are defined because otherwise make on NetBSD V1.1 will print
 ## (eg): $(NORMAL_INSTALL) expands to empty string.
-NORMAL_INSTALL = @:
-PRE_INSTALL = @:
-POST_INSTALL = @:
-NORMAL_UNINSTALL = @:
-PRE_UNINSTALL = @:
-POST_UNINSTALL = @:
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
index eacad563acf79f26c291e00770defc135b6d8b2b..ae54110757620c959fc477a5afaf9e6244e5a35b 100644 (file)
--- a/header.am
+++ b/header.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@HEADERS: $(@DIR@_HEADERS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 6bc1d3e20b500f498bac7390fc616dd04baf763c..050937d299fd5d3e099e40b51d0bdbd0db96f3d0 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@DATA: $(@DIR@_DATA)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index f96643ac35b64cb208e369830acf1708edac7f7a..5a907390a71415b1d76145410e320e106b18583f 100644 (file)
@@ -57,9 +57,9 @@ transform = @program_transform_name@
 
 ## These are defined because otherwise make on NetBSD V1.1 will print
 ## (eg): $(NORMAL_INSTALL) expands to empty string.
-NORMAL_INSTALL = @:
-PRE_INSTALL = @:
-POST_INSTALL = @:
-NORMAL_UNINSTALL = @:
-PRE_UNINSTALL = @:
-POST_UNINSTALL = @:
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
index eacad563acf79f26c291e00770defc135b6d8b2b..ae54110757620c959fc477a5afaf9e6244e5a35b 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@HEADERS: $(@DIR@_HEADERS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 6fbc55715d2531f4ebcc24d7c4dd4f7e6b1fb262..a70fe427fd15c3e5665fe29a8963cadfbe567dde 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
@@ -31,7 +31,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
 ## $(POST_INSTALL) in the middle of the loop essentially renders it
 ## useless; sh never actually executes this command.  Read the GNU
 ## Standards for a little enlightenment on this.
-       $(POST_INSTALL)
+       @$(POST_INSTALL)
        @list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
 ## Must ranlib after installing because mod time changes.
index 58e9c49f4263255db4e18063e24eedff999ca9b5..df28caab89e8dcec471a34981276833dd308e8cc 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LISP: $(@DIR@_LISP) $(ELCFILES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 3530a7f6ecc90dbf473ebf7457349ca63d7a1430..5ff5e7eeb6c71d84d4513421356a36a965f8721d 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LTLIBRARIES: $(@DIR@_LTLIBRARIES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 0e590f200d947e8587cf432f1d4d9d1531247698..604cfd7cfb535945ee9b9bc7b5445c89d313f28d 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 5328c1aca843f0db7566ab29d6e650d2305a5f48..d16589763b23e00cabb3e0fa890adb2d8ac49e28 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 85bdba89205c9bc6574ce8a28f4b09170ae80485..61306c6ba46dc3d0e81fe396d0fda486a98c99ce 100644 (file)
@@ -74,7 +74,7 @@ DVIPS = dvips
 ## Funny name due to --cygnus influence; we want to reserve
 ## `install-info' for the user.
 install-info-am: $(INFO_DEPS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(infodir)
        @for file in $(INFO_DEPS); do \
 ## We use these strange circumlocutions because we want the "ifile" to
@@ -86,7 +86,7 @@ install-info-am: $(INFO_DEPS)
            else : ; fi; \
          done; \
        done
-       $(POST_INSTALL)
+       @$(POST_INSTALL)
 ## Only run this code if install-info actually exists.
        @if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
          for file in $(INFO_DEPS); do \
diff --git a/libs.am b/libs.am
index 6fbc55715d2531f4ebcc24d7c4dd4f7e6b1fb262..a70fe427fd15c3e5665fe29a8963cadfbe567dde 100644 (file)
--- a/libs.am
+++ b/libs.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
@@ -31,7 +31,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
 ## $(POST_INSTALL) in the middle of the loop essentially renders it
 ## useless; sh never actually executes this command.  Read the GNU
 ## Standards for a little enlightenment on this.
-       $(POST_INSTALL)
+       @$(POST_INSTALL)
        @list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
 ## Must ranlib after installing because mod time changes.
diff --git a/lisp.am b/lisp.am
index 58e9c49f4263255db4e18063e24eedff999ca9b5..df28caab89e8dcec471a34981276833dd308e8cc 100644 (file)
--- a/lisp.am
+++ b/lisp.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LISP: $(@DIR@_LISP) $(ELCFILES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 3530a7f6ecc90dbf473ebf7457349ca63d7a1430..5ff5e7eeb6c71d84d4513421356a36a965f8721d 100644 (file)
--- a/ltlib.am
+++ b/ltlib.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@LTLIBRARIES: $(@DIR@_LTLIBRARIES)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 0e590f200d947e8587cf432f1d4d9d1531247698..604cfd7cfb535945ee9b9bc7b5445c89d313f28d 100644 (file)
--- a/progs.am
+++ b/progs.am
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 5328c1aca843f0db7566ab29d6e650d2305a5f48..d16589763b23e00cabb3e0fa890adb2d8ac49e28 100644 (file)
@@ -16,7 +16,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(@DIR@dir)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
index 85bdba89205c9bc6574ce8a28f4b09170ae80485..61306c6ba46dc3d0e81fe396d0fda486a98c99ce 100644 (file)
@@ -74,7 +74,7 @@ DVIPS = dvips
 ## Funny name due to --cygnus influence; we want to reserve
 ## `install-info' for the user.
 install-info-am: $(INFO_DEPS)
-       $(NORMAL_INSTALL)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(infodir)
        @for file in $(INFO_DEPS); do \
 ## We use these strange circumlocutions because we want the "ifile" to
@@ -86,7 +86,7 @@ install-info-am: $(INFO_DEPS)
            else : ; fi; \
          done; \
        done
-       $(POST_INSTALL)
+       @$(POST_INSTALL)
 ## Only run this code if install-info actually exists.
        @if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
          for file in $(INFO_DEPS); do \