diff options
author | Anthony Ramine <[email protected]> | 2014-04-14 20:29:45 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2014-04-15 20:37:16 +0200 |
commit | c6fedff23faca29a1a6f1d0bb5f20b0bc5c0db42 (patch) | |
tree | 63d36b26d4e598281e81f46ebf272b6cd2bca5fd | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-c6fedff23faca29a1a6f1d0bb5f20b0bc5c0db42.tar.gz otp-c6fedff23faca29a1a6f1d0bb5f20b0bc5c0db42.tar.bz2 otp-c6fedff23faca29a1a6f1d0bb5f20b0bc5c0db42.zip |
Silence an echo in Makefile.in
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4dc5ebac40..5c96c789dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -451,7 +451,7 @@ else $(make_verbose)cd lib && \ ERL_TOP=$(ERL_TOP) PATH=$(BOOT_PREFIX)"$${PATH}" \ $(MAKE) opt BUILD_ALL=true - echo "OTP built" > $(ERL_TOP)/make/otp_built + $(V_at)echo "OTP built" > $(ERL_TOP)/make/otp_built endif kernel: $(make_verbose)cd lib/kernel && \ |