[llvm-commits] [hlvm] r38236 - in /hlvm/trunk: ./ ChangeLog Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:28 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:27 2007
New Revision: 38236

URL: http://llvm.org/viewvc/llvm-project?rev=38236&view=rev
Log:
Add some more exclusions and ignore some files. This is the last patch before
release.

Modified:
    hlvm/trunk/   (props changed)
    hlvm/trunk/ChangeLog
    hlvm/trunk/Makefile

Propchange: hlvm/trunk/

------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Jul  7 19:01:27 2007
@@ -1,4 +1,7 @@
-build.*
+Debug
+Release
+Optimized
+Profile
 .options_*
 .*_options
 config.log

Modified: hlvm/trunk/ChangeLog
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/ChangeLog?rev=38236&r1=38235&r2=38236&view=diff

==============================================================================
--- hlvm/trunk/ChangeLog (original)
+++ hlvm/trunk/ChangeLog Sat Jul  7 19:01:27 2007
@@ -1,4 +1,4 @@
-2006.06.13 - Release 0.1 of HLVM. This corresponds to revision 266 in the SVN
+2006.06.13 - Release 0.1 of HLVM. This corresponds to revision 268 in the SVN
              repository. This version correctly compiles the "Hello, World" test
 	     program. See the Release Notes in docs/ReleaseNotes.html
 2006.06.10 - HLVM runs its first "Hello, World" program

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38236&r1=38235&r2=38236&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 19:01:27 2007
@@ -61,13 +61,14 @@
 	cd tools ; scons $(SCONSOPTS) -u mode=$(MYMODE)
 
 dist: exclusions
-	tar jcf hlvm-0.1-tar.bz2 -C .. --exclude-from exclusions hlvm-0.1
+	tar jcf hlvm-0.1-tar.bz2 -C .. --exclude-from exclusions hlvm
 
 exclusions: Makefile
 	echo exclusions > exclusions
 	echo .svn >> exclusions
 	echo '.*_options' >> exclusions
 	echo '*.pyc' >> exclusions
+	echo '*.tmp' >> exclusions
 	echo Debug >> exclusions
 	echo Optimized >> exclusions
 	echo Release >> exclusions





More information about the llvm-commits mailing list