From: Misha Brukman Date: Fri, 7 Nov 2003 17:26:27 +0000 (+0000) Subject: Use `basename $<` to get just the filename, not full path, for ease of reading. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22eb79619d519c533a70650bbc5fd9a089d6a354;p=oota-llvm.git Use `basename $<` to get just the filename, not full path, for ease of reading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile index 909b600c676..4046fc95f31 100644 --- a/lib/Target/SparcV9/Makefile +++ b/lib/Target/SparcV9/Makefile @@ -26,7 +26,7 @@ Sparc.burm : Sparc.burg.in1 $(CXX) -E -I$(LLVM_SRC_ROOT)/include $(DEBUG_FLAG) -x c++ $< | $(SED) '/^#/d' | $(SED) 's/^Xinclude/#include/' | $(SED) 's/^Xdefine/#define/' > $@ Sparc.burm.cpp: Sparc.burm - @echo "Burging $<" + @echo "Burging `basename $<`" $(RunBurg) $< -o $@ $(BUILD_OBJ_DIR)/Debug/Sparc.burm.lo: Sparc.burm.cpp @@ -48,7 +48,7 @@ TABLEGEN_FILES := $(notdir $(wildcard $(SourceDir)/*.td)) $(TARGET_NAME)CodeEmitter.cpp:: $(TARGET_NAME)CodeEmitter.inc $(TARGET_NAME)CodeEmitter.inc:: $(SourceDir)/$(TARGET_NAME).td $(TABLEGEN_FILES) $(TBLGEN) - @echo "Tblgen'ing $<" + @echo "Tblgen'ing `basename $<`" $(TBLGEN) -I $(SourceDir) $< -gen-emitter -o $@ clean::