[llvm-commits] CVS: llvm/Makefile.rules
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 10 10:56:01 PDT 2003
Changes in directory llvm:
Makefile.rules updated: 1.144 -> 1.145
---
Log message:
Make the message stand out more
---
Diffs of the changes: (+4 -2)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.144 llvm/Makefile.rules:1.145
--- llvm/Makefile.rules:1.144 Tue Oct 7 10:24:23 2003
+++ llvm/Makefile.rules Fri Oct 10 10:55:43 2003
@@ -781,8 +781,10 @@
# Autoconf Dependencies.
#
$(LLVM_OBJ_ROOT)/config.status:: $(LLVM_SRC_ROOT)/configure
- @${ECHO} "You need to re-run $(LLVM_SRC_ROOT)/configure"
- @${ECHO} "inside the directory $(LLVM_OBJ_ROOT)"
+ @${ECHO} "****************************************************************"
+ @${ECHO} " You need to re-run $(LLVM_SRC_ROOT)/configure"
+ @${ECHO} " in directory $(LLVM_OBJ_ROOT)"
+ @${ECHO} "****************************************************************"
$(VERB) exit 1
#
More information about the llvm-commits
mailing list