From b6d59a29ea3b7b0033d1d8a6a4c9a13972b880d0 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 5 Nov 2003 06:41:14 +0000 Subject: [PATCH] Output only the .y filename, not the full path to it for ease of reading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9729 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index e2d3d69959f..d3a6585e366 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -748,7 +748,7 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output) %.c: %.y # Cancel built-in rules for yacc %.h: %.y # Cancel built-in rules for yacc %.cpp %.h : %.y - @${ECHO} Bisoning $< + @${ECHO} "Bisoning `basename $<`" $(VERB) $(BISON) -v -d -p $( /dev/null || ${MV} -f $*.tab.c $*.cpp $(VERB) cmp -s $*.tab.h $*.h > /dev/null || ${MV} -f $*.tab.h $*.h