From 473ebe2ddd9a042b1b44390522c7e9e07144a5d4 Mon Sep 17 00:00:00 2001 From: Michael Haupt <michael.haupt@oracle.com> Date: Tue, 15 Jul 2014 08:24:30 +0200 Subject: [PATCH] make echo command invisible in native Makefile --- com.oracle.truffle.r.native/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.oracle.truffle.r.native/Makefile b/com.oracle.truffle.r.native/Makefile index 038195314f..8df0b62e07 100644 --- a/com.oracle.truffle.r.native/Makefile +++ b/com.oracle.truffle.r.native/Makefile @@ -48,7 +48,7 @@ F_OBJECTS := $(subst $(SRC),$(OBJ),$(F_SOURCES:.f=.o)) all: - echo $(LIB_DERIVED) is up to date + @echo $(LIB_DERIVED) is up to date force: $(LIB_DERIVED) -- GitLab