[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Aug 12 13:53:00 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC:

Makefile updated: 1.1 -> 1.2

---
Log message:

Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of
the pre-release 1.1 branch and pre-release 1.1.1).
Made the USE_SPEC option work.
Silenced unnecessary error output from the cmp command when checking for
updates to lex/yacc generated files.  This fixes a problem where we get error
messages the first time the file is generated.
Fixed the distclean option.  It is now in the Makefile (i.e. only runs in the
top level source directory), removes more files, and plays nicely with
external project Makefiles.



---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.1 llvm/test/Programs/External/SPEC/Makefile:1.2
--- llvm/test/Programs/External/SPEC/Makefile:1.1	Wed May 14 18:20:53 2003
+++ llvm/test/Programs/External/SPEC/Makefile	Tue Aug 12 13:51:51 2003
@@ -1,3 +1,5 @@
 LEVEL = ../../../..
+ifdef USE_SPEC
 DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+endif
 include ${LEVEL}/test/Makefile.tests





More information about the llvm-commits mailing list