CVS: packaging makefile,1.9,1.10
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-serv27479/packaging Modified Files: makefile Log Message: stamp.txt: append not overwrite consecutive lines Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/packaging/makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -d -r1.9 -r1.10 --- makefile 28 Dec 2005 18:23:26 -0000 1.9 +++ makefile 28 Dec 2005 20:55:27 -0000 1.10 @@ -389,9 +389,9 @@ # create a file with a timestamp stamp: echo >$(INSTALLDIR)/stamp.txt "Build date: $(BUILDDATE)" - echo >$(INSTALLDIR)/stamp.txt "Binutils version: $(BINUTILS_VERSION) (with patches)" - echo >$(INSTALLDIR)/stamp.txt "GCC version: $(GCC_VERSION) (with patches)" - echo >$(INSTALLDIR)/stamp.txt "GDB version: $(GDB_VERSION) (with patches)" + echo >>$(INSTALLDIR)/stamp.txt "Binutils version: $(BINUTILS_VERSION) (with patches)" + echo >>$(INSTALLDIR)/stamp.txt "GCC version: $(GCC_VERSION) (with patches)" + echo >>$(INSTALLDIR)/stamp.txt "GDB version: $(GDB_VERSION) (with patches)" ############################################################################## #### High level targets ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click