[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile.multisrc
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 16 16:57:00 PST 2003
Changes in directory llvm/test/Programs/MultiSource:
Makefile.multisrc updated: 1.19 -> 1.20
---
Log message:
Remove hack
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.19 llvm/test/Programs/MultiSource/Makefile.multisrc:1.20
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.19 Thu Jan 16 16:54:22 2003
+++ llvm/test/Programs/MultiSource/Makefile.multisrc Thu Jan 16 16:56:16 2003
@@ -1,4 +1,4 @@
-##- test/Programs/MultiSource/Makefile.multisrc ---------------*- Makefile -*-##
+##==- test/Programs/MultiSource/Makefile.multisrc ----------*- Makefile -*-===##
#
# This makefile should be used by subdirectories that have multiple source files
# to be linked together. This contains all of the common makefile code required
@@ -8,7 +8,7 @@
#
# 1. LEVEL - Must be set as per normal semantics: The depth from the top of tree
#
-##----------------------------------------------------------------------------##
+##===----------------------------------------------------------------------===##
LCCFLAGS := $(CFLAGS) $(CPPFLAGS)
PROGRAMS_TO_TEST := $(PROG)
@@ -62,10 +62,3 @@
Output/%.native: $(NObjects)
$(CC) -o $@ $(NObjects) $(LDFLAGS) $(CFLAGS)
-
-
-# Hackish productions that are useful for testing stuff.
-final: Output/$(PROG).llvm
- -ls -l Output/$(PROG).llvm.bc $(HOME)/LLVMPrograms/$(PROG).llvm.bc
- -cp $(HOME)/LLVMPrograms/$(PROG).llvm.bc $(HOME)/LLVMPrograms/$(PROG).llvm.old.bc
- cp Output/$(PROG).llvm.bc $(HOME)/LLVMPrograms
\ No newline at end of file
More information about the llvm-commits
mailing list