lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6f5da56 2/2: Suppress routine echoing of 'ins


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6f5da56 2/2: Suppress routine echoing of 'install' commands
Date: Tue, 16 Jun 2020 09:41:35 -0400 (EDT)

branch: master
commit 6f5da56170ac234fff1c4cc1d0f1da9f9685060f
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Suppress routine echoing of 'install' commands
---
 workhorse.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index 904de3b..a23eba6 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1215,10 +1215,10 @@ eraseme.policy:
 # Test data.
 
 sample.cns: $(srcdir)/sample.cns
-       $(INSTALL) -c -m 0664 $< .
+       @$(INSTALL) -c -m 0664 $< .
 
 sample.ill: $(srcdir)/sample.ill
-       $(INSTALL) -c -m 0664 $< .
+       @$(INSTALL) -c -m 0664 $< .
 
 test_data := \
   sample.cns \



reply via email to

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