CVS: packaging makefile,1.6,1.7
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-serv4235 Modified Files: makefile Log Message: some small fixes for builds on linux Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/packaging/makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -d -r1.6 -r1.7 --- makefile 3 Oct 2005 21:44:46 -0000 1.6 +++ makefile 13 Oct 2005 01:03:33 -0000 1.7 @@ -119,6 +119,13 @@ @echo @echo "Windows installer (from a CVS checkout):" @echo "# make build-installer" + @echo + @echo "Settings (edit makefile if not appropriate)" + @echo " Files are installed to '$(INSTALLDIR)'" + @echo " Archives are kept in '$(ARCHIVES)'" + @echo " mspgcc patches are located in '$(CVSFILES)'" + @echo + @echo " Versions: $(BINUTILS) $(GCC) $(GDB)" debug: @echo BUILDDATE = $(BUILDDATE) @@ -339,7 +346,7 @@ 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 + rm -r $(BUILDDIR)/python/CVS $(BUILDDIR)/python/msp430/CVS echo "#!/bin/bash" >$(BUILDDIR)/python/msp430-jtag echo "# Wrapper script for msp430-jtag.py. It passes the location" >>$(BUILDDIR)/python/msp430-jtag echo "# of the mspgcc libraries in environment variables." >>$(BUILDDIR)/python/msp430-jtag @@ -362,6 +369,7 @@ install $(BUILDDIR)/python/msp430-bsl.py $(INSTALLDIR)/bin/msp430-bsl install $(BUILDDIR)/python/msp430-ram-usage.py $(INSTALLDIR)/bin/msp430-ram-usage install $(BUILDDIR)/python/titext2ihex.py $(INSTALLDIR)/bin/titext2ihex + install $(BUILDDIR)/python/ihex2titext.py $(INSTALLDIR)/bin/ihex2titext cp -r $(BUILDDIR)/python/msp430 $(INSTALLDIR)/bin endif ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl