From 0f8798aa1f5f1010a10ba81ed364e7e01a18fcb4 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Tue, 5 Aug 2014 12:49:35 +0400 Subject: [PATCH] Removing '.SILENT' special target. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a737270a8..23138973b 100644 --- a/Makefile +++ b/Makefile @@ -77,8 +77,6 @@ build: clean $(JERRY_TARGETS) all: clean $(JERRY_TARGETS) $(TESTS_TARGET) $(CHECK_TARGETS) -.SILENT: commit - GIT_STATUS_NOT_CLEAN_MSG="Git status of current directory is not clean" GIT_STATUS_CONSIDER_CLEAN_MSG="Consider removing all untracked files and locally commiting all changes and running \'make precommit\' again" PRECOMMIT_CHECK_TARGETS_LIST= debug.linux-sanitize.check \