CVS: packaging makefile,1.5,1.6

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29263/packaging

Modified Files:
	makefile 
Log Message:
- change GDB version
- pytools build > logfile

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/packaging/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- makefile	26 Sep 2005 23:24:28 -0000	1.5
+++ makefile	3 Oct 2005 21:44:46 -0000	1.6
@@ -32,7 +32,8 @@
 # versions
 BINUTILS_VERSION        := 2.16
 GCC_VERSION             := 3.2.3
-GDB_VERSION             := 5.1.1
+#~ GDB_VERSION             := 5.1.1
+GDB_VERSION             := 6.0
 
 # location of the gnu source tarballs
 ARCHIVES        = $(PWD)/archives
@@ -62,6 +63,7 @@
 MIRROR          = ftp://sources.redhat.com/pub
 MIRROR_BINUTILS = $(MIRROR)/binutils/releases
 MIRROR_GDB      = $(MIRROR)/gdb/old-releases
+#~ MIRROR_GDB      = $(MIRROR)/gdb/releases
 MIRROR_GCC      = ftp://ftp.gnu.org/gnu/gcc
 
 # inernal
@@ -229,7 +231,8 @@
             $(ARCHIVES)/gdb-$(GDB_VERSION).tar.bz2
 	cd $(BUILDDIR) && tar xjf $(ARCHIVES)/gdb-$(GDB_VERSION).tar.bz2
 	@echo Applying mspgcc patches
-	cp -r $(CVSFILES)/gdb/gdb-$(GDB_VERSION)/* $(BUILDDIR)/$(GDB)
+	#~ cp -r $(CVSFILES)/gdb/gdb-$(GDB_VERSION)/* $(BUILDDIR)/$(GDB)
+	cp -r $(CVSFILES)/gdb/gdb-current/* $(BUILDDIR)/$(GDB)
 	@echo "Configuring and building msp430-gdb (this takes a while)"
 	cd $(BUILDDIR)/$(GDB); ./configure --target=msp430 --prefix=$(INSTALLDIR) --disable-nls >$(BUILDDIR)/gdb-build.log 2>&1
 	cd $(BUILDDIR)/$(GDB); make >>$(BUILDDIR)/gdb-build.log 2>&1
@@ -330,11 +333,11 @@
 	mkdir $(BUILDDIR)/python
 	cp -r $(CVSFILES)/python/* $(BUILDDIR)/python/
 ifdef WINDOWS
-	cp $(BUILDDIR)/libmspgcc/msp430/MSP430mspgcc.dll $(BUILDDIR)/python/
-	cp $(BUILDDIR)/libmspgcc/hardware_access/HIL.dll $(BUILDDIR)/python/
-	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-bsl-py2exe.py
-	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-jtag-py2exe.py
-	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-downloader-py2exe.py
+	cp $(BUILDDIR)/libmspgcc/msp430/MSP430mspgcc.dll $(BUILDDIR)/python/ >$(BUILDDIR)/pytools.log 2>&1
+	cp $(BUILDDIR)/libmspgcc/hardware_access/HIL.dll $(BUILDDIR)/python/ >>$(BUILDDIR)/pytools.log 2>&1
+	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-bsl-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
+	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-jtag-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
+	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-downloader-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
 else
 	rm -r $(BUILDDIR)/python/CVS python/msp430/CVS
 	echo "#!/bin/bash" >$(BUILDDIR)/python/msp430-jtag



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.