git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4106 4a8a32a2...
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 Apr 2006 21:04:55 +0000 (21:04 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 Apr 2006 21:04:55 +0000 (21:04 +0000)
ChangeLog
device/include/Makefile.in
device/lib/Makefile.in
device/lib/large/Makefile
device/lib/medium/Makefile
device/lib/small/Makefile
doc/Makefile
doc/sdccman.lyx
sim/ucsim/Makefile
support/regression/Makefile.in
support/scripts/Makefile.snapshot

index 61221c161167d783c81b213d8126c1fba0ddbcf1..e82bf58b8ed4f0c36389166418975ca3575425b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-19 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, */Makefile, */Makefile.in:
+         references to CVS replaced with Subversion
+
 2006-04-19 Borut Razem <borut.razem AT siol.net>
 
        * src/version.awk: adapted for svn
index 0079240a464d48346b3790d1023c3985a702a228..70fb7a6693d1e74caf98f6e287e9089ffdbdd9a3 100644 (file)
@@ -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
index f9d0b9f8cdc196b00d720b86610606d513d20349..424d841fc9281ead67d4e0fb5d3884eca89ec6c7 100644 (file)
@@ -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
index 9236d4debafea901325b1b95ddfce0cc78b872e0..b576379c3f1ea77644aaa9f6ce733142bbf653d8 100644 (file)
@@ -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 .
index 9236d4debafea901325b1b95ddfce0cc78b872e0..b576379c3f1ea77644aaa9f6ce733142bbf653d8 100644 (file)
@@ -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 .
index 9236d4debafea901325b1b95ddfce0cc78b872e0..b576379c3f1ea77644aaa9f6ce733142bbf653d8 100644 (file)
@@ -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 .
index 7652f01cdaa68fdacbc8daff3b127cb40fb026c2..437a8a6599fe441d1932d234003075b2fc76cd04 100644 (file)
@@ -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:
index 570dcfceff98654b791d798e3c58f8a7c9bd2bf7..84c8c85a08a2223862584c4cf1fbf49d0ae69973 100644 (file)
@@ -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 
 
index b5c0278adc02a7b7c5cd6434fc399acd1a0ef262..f5854aa279c90820dcd0ec585d4472d7e0bb2c46 100644 (file)
@@ -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' \) \
index c302eef25b25ec9601bc20e491755829e1ca2986..98950bce9d990b15edcf03d1a876b5061cc1e7c2 100644 (file)
@@ -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 =
 
index bf56527e89592e2803c682a1ccafdfe411f3548f..2d600f3b62292de9142a020b10573667e3007809 100644 (file)
@@ -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); \