From bfd7431078b6d902b991d098798911bd612bf670 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 21 Apr 2006 21:04:55 +0000 Subject: [PATCH] git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4106 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/include/Makefile.in | 2 +- device/lib/Makefile.in | 4 ++-- device/lib/large/Makefile | 2 +- device/lib/medium/Makefile | 2 +- device/lib/small/Makefile | 2 +- doc/Makefile | 2 +- doc/sdccman.lyx | 21 +++++++++++---------- sim/ucsim/Makefile | 2 +- support/regression/Makefile.in | 8 ++++---- support/scripts/Makefile.snapshot | 5 ++--- 11 files changed, 30 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61221c16..e82bf58b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-19 Borut Razem + + * doc/sdccman.lyx, */Makefile, */Makefile.in: + references to CVS replaced with Subversion + 2006-04-19 Borut Razem * src/version.awk: adapted for svn diff --git a/device/include/Makefile.in b/device/include/Makefile.in index 0079240a..70fb7a66 100644 --- a/device/include/Makefile.in +++ b/device/include/Makefile.in @@ -56,7 +56,7 @@ install: all installdirs if [ "`grep hc08 ../../ports.build`" = hc08 ]; then \ $(CP) hc08/*.h $(sdcc_includedir)/hc08 ; \ fi - rm -rf `find $(sdcc_includedir) -type d -name 'CVS'` + rm -rf `find $(sdcc_includedir) -type d -name '.svn'` # Deleting all the installed files diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index f9d0b9f8..424d841f 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -296,12 +296,12 @@ install: all installdirs for srcdir in $(MODELS) ds390 ds400 gbz80 z80 hc08 pic pic16; do \ find $(sdcc_libdir)/src/$$srcdir -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; ; \ done find $(sdcc_libdir)/src/mcs51 -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; # Deleting all the installed files diff --git a/device/lib/large/Makefile b/device/lib/large/Makefile index 9236d4de..b576379c 100644 --- a/device/lib/large/Makefile +++ b/device/lib/large/Makefile @@ -1,4 +1,4 @@ -# Dummy Makefile to get around CVS +# Dummy Makefile to get around Subversion all: $(MAKE) -C ../mcs51 all cp ../mcs51/*.rel ../mcs51/*.lib . diff --git a/device/lib/medium/Makefile b/device/lib/medium/Makefile index 9236d4de..b576379c 100644 --- a/device/lib/medium/Makefile +++ b/device/lib/medium/Makefile @@ -1,4 +1,4 @@ -# Dummy Makefile to get around CVS +# Dummy Makefile to get around Subversion all: $(MAKE) -C ../mcs51 all cp ../mcs51/*.rel ../mcs51/*.lib . diff --git a/device/lib/small/Makefile b/device/lib/small/Makefile index 9236d4de..b576379c 100644 --- a/device/lib/small/Makefile +++ b/device/lib/small/Makefile @@ -1,4 +1,4 @@ -# Dummy Makefile to get around CVS +# Dummy Makefile to get around Subversion all: $(MAKE) -C ../mcs51 all cp ../mcs51/*.rel ../mcs51/*.lib . diff --git a/doc/Makefile b/doc/Makefile index 7652f01c..437a8a65 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,7 +17,7 @@ install: if [ -f $(MANUAL).pdf ]; then cp -rf $(MANUAL).pdf $(DESTDIR)$(docdir); fi if [ -f $(TSS).pdf ]; then cp -rf $(TSS).pdf $(DESTDIR)$(docdir); fi if [ -f $(CDB).pdf ]; then cp -rf $(CDB).pdf $(DESTDIR)$(docdir); fi - rm -rf `find $(DESTDIR)$(docdir) -name CVS -type d` + rm -rf `find $(DESTDIR)$(docdir) -name .svn -type d` rm -f $(DESTDIR)$(docdir)/*/WARNINGS $(DESTDIR)$(docdir)/*/*.pl $(DESTDIR)$(docdir)/*/images.* uninstall: diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 570dcfce..84c8c85a 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -91,7 +91,7 @@ $Date$ $Revision$ \layout Comment -The above strings enclosed in $ are automatically updated by cvs +The above strings enclosed in $ are automatically updated by Subversion \layout Standard @@ -537,7 +537,8 @@ The SDCC home page at Some of the other tools (simulator and assembler) included with SDCC contain their own documentation and can be found in the source distribution. If you want the latest unreleased software, the complete source package - is available directly by anonymous CVS on cvs.sdcc.sourceforge.net. + is available directly from Subversion on https://svn.sourceforge.net/svnroot/sdcc +/trunk/sdcc. \layout Section Wishes for the future @@ -2924,7 +2925,7 @@ Building SDCC on Linux \series medium Download the source package \series default - either from the SDCC CVS repository or from the nightly snapshots + either from the SDCC Subversion repository or from the nightly snapshots \series medium , it will be named something like sdcc \series default @@ -3128,7 +3129,7 @@ less ; not really needed for building SDCC, but you'll miss it sooner or later \layout Itemize -cvs ; only if you use CVS access +svn ; only if you use Subversion access \layout Standard If you want to develop something you'll need: @@ -3236,7 +3237,7 @@ Building SDCC Using Microsoft Visual C++ 6.0/NET (MSVC) \series medium Download the source package \series default - either from the SDCC CVS repository or from the + either from the SDCC Subversion repository or from the \begin_inset LatexCommand \url[nightly snapshots]{http://sdcc.sourceforge.net/snap.php} \end_inset @@ -3269,8 +3270,8 @@ bin before running SDCC. \newline WARNING: Visual studio is very picky with line terminations; it expects the 0x0d, 0x0a DOS style line endings, not the 0x0a Unix style line endings. - When using the CVS repository it's easiest to configure the cvs client - to convert automatically for you. + When using the Subversion repository it's easiest to configure the svn + client to convert automatically for you. If however you are getting a message such as "This makefile was not generated by Developer Studio etc. etc. @@ -22972,7 +22973,7 @@ The SDCC project is hosted on the SDCC sourceforge site at \end_inset - area and cvs code repository + area and Subversion code repository \begin_inset LatexCommand \index{cvs code repository} \end_inset @@ -23190,7 +23191,7 @@ Traffic on sdcc-devel and sdcc-user is about 100 mails/month each not counting ChangeLog \layout Standard -You can follow the status of the cvs version +You can follow the status of the Subversion version \begin_inset LatexCommand \index{version} \end_inset @@ -23205,7 +23206,7 @@ You can follow the status of the cvs version \size footnotesize -\begin_inset LatexCommand \htmlurl{http://cvs.sf.net/cgi-bin/viewcvs.cgi/*checkout*/sdcc/sdcc/ChangeLog?rev=HEAD&content-type=text/plain} +\begin_inset LatexCommand \htmlurl{http://svn.sourceforge.net/viewcvs.cgi/*checkout*/sdcc/trunk/sdcc/ChangeLog} \end_inset diff --git a/sim/ucsim/Makefile b/sim/ucsim/Makefile index b5c0278a..f5854aa2 100644 --- a/sim/ucsim/Makefile +++ b/sim/ucsim/Makefile @@ -152,7 +152,7 @@ print-newer: new_files: diff -rNu $$HOME/clean-source/sdcc/sim/ucsim .|\ - grep '^diff' | grep -v CVS | awk '{print $$4}' + grep '^diff' | grep -v "\.svn" | awk '{print $$4}' lines: @find . \( -name '*.[ch]' -o -name '*.cc' -o -name '*.hh' \) \ diff --git a/support/regression/Makefile.in b/support/regression/Makefile.in index c302eef2..98950bce 100644 --- a/support/regression/Makefile.in +++ b/support/regression/Makefile.in @@ -15,8 +15,8 @@ # one of the library files should cause all to re-run # Dependancies: -# * The sdcc-extra package, available from CVS. -# o cvs -d cvs.sdcc.sourceforge.net:/cvsroot/sdcc co sdcc-extra +# * The sdcc-extra package, available from Subversion. +# o svn co https://svn.sourceforge.net/svnroot/sdcc/trunk/sdcc-extra sdcc-extra # o Provides the emulators # * The gbdk-lib package from gbdk. # o cvs -d cvs.gbdk.sourceforge.net:/cvsroot/gbdk co gbdk-lib @@ -62,10 +62,10 @@ GENERATE_CASES = generate-cases.py # Each directory under ports/ is used as a port name. Each port is tested. # Each port must have a spec.mk which describes how to build the object # files and how to run the emulator. -ALL_PORTS = $(filter-out CVS xa51 ucz80 gbz80 pic16,$(notdir $(wildcard $(PORTS_DIR)/*))) +ALL_PORTS = $(filter-out .svn xa51 ucz80 gbz80 pic16,$(notdir $(wildcard $(PORTS_DIR)/*))) # These ports will be cleaned with 'make clean' -CLEAN_PORTS = $(filter-out CVS,$(notdir $(wildcard $(PORTS_DIR)/*))) +CLEAN_PORTS = $(filter-out .svn,$(notdir $(wildcard $(PORTS_DIR)/*))) MAKE_LIBRARY = diff --git a/support/scripts/Makefile.snapshot b/support/scripts/Makefile.snapshot index bf56527e..2d600f3b 100644 --- a/support/scripts/Makefile.snapshot +++ b/support/scripts/Makefile.snapshot @@ -1,6 +1,5 @@ # Simple weekly tarball generator -CVSROOT = :pserver:anonymous@cvs.sdcc.sourceforge.net:/cvsroot/sdcc -CVSOPTS = -z6 +SVNROOT = https://svn.sourceforge.net/svnroot/sdcc/trunk/sdcc DATE = `date +%Y%m%d` WWWROOT = /home/michaelh/www SNAP = $(WWWROOT)/snapshots @@ -14,7 +13,7 @@ _sdcc: cd /tmp; \ mkdir -p sdcc-$(DATE); \ cd sdcc-$(DATE); \ - cvs $(CVSOPTS) -d$(CVSROOT) checkout sdcc; \ + svn co $(CVSROOT) sdcc; \ tar czf $(SNAP)/sdcc-$(DATE)-$(REVISION).tar.gz sdcc; \ tar cIf $(SNAP)/sdcc-$(DATE)-$(REVISION).tar.bz2 sdcc cd $(SNAP); \ -- 2.30.2