[llvm-commits] CVS: llvm/Makefile.rules
Misha Brukman
brukman at cs.uiuc.edu
Wed Nov 5 00:42:01 PST 2003
Changes in directory llvm:
Makefile.rules updated: 1.153 -> 1.154
---
Log message:
Output only the .y filename, not the full path to it for ease of reading.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.153 llvm/Makefile.rules:1.154
--- llvm/Makefile.rules:1.153 Mon Nov 3 15:12:49 2003
+++ llvm/Makefile.rules Wed Nov 5 00:41:14 2003
@@ -748,7 +748,7 @@
%.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 $(<F:%Parser.y=%) -o $*.tab.c $<
$(VERB) cmp -s $*.tab.c $*.cpp > /dev/null || ${MV} -f $*.tab.c $*.cpp
$(VERB) cmp -s $*.tab.h $*.h > /dev/null || ${MV} -f $*.tab.h $*.h
More information about the llvm-commits
mailing list