This is the mail archive of the newlib@sourceware.cygnus.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Add libgloss to newlib in CVS modules?


So here I come, rushing into a mailinglist new to me, telling
you you're missing something in your CVS setup.
What a bad start. :-)

Anyway, after missing it in my checkout, I browsed the mailing
list archive and saw a message and a reply in
(<URL:http://sourceware.cygnus.com/ml/newlib/2000/msg00020.html>)
about libgloss missing from CVS.
It isn't (anymore?), but it's missing from the "newlib" entry in
modules, so not checked out wiht a "cvs co newlib".

It seems this would fix it for new checkouts.  All you folks
probably already did a "cvs up -d libgloss" in the directory
where you would expect it from a previous checkout.

This also groups libgloss with newlib for newlib-cvs messages,
which I'm just guessing is right.  No other project uses it, right?

Ok to install?

Index: modules
===================================================================
RCS file: /cvs/src/CVSROOT/modules,v
retrieving revision 1.13
diff -p -c -r1.13 modules
*** modules	2000/04/03 01:27:13	1.13
--- modules	2000/04/08 09:22:17
*************** naked-mmalloc	-a src/mmalloc
*** 92,97 ****
--- 92,99 ----
  
  naked-gprof	-a src/gprof
  
+ naked-libgloss  -a src/libgloss
+ 
  naked-binutils	-a src/binutils
  binutils	-a naked-binutils naked-opcodes naked-bfd naked-libiberty \
  		naked-include naked-gas naked-gprof naked-ld naked-intl \
*************** insight		-a naked-gdb-guifull gdb-suppor
*** 118,124 ****
  		naked-tcl naked-tk naked-itcl naked-tix naked-libgui
  
  naked-newlib	-a src/newlib
! newlib		-a naked-newlib naked-texinfo src-support
  naked-winsup	-a src/winsup
  
  winsup		-a naked-winsup naked-libiberty naked-newlib naked-include src-support
--- 120,126 ----
  		naked-tcl naked-tk naked-itcl naked-tix naked-libgui
  
  naked-newlib	-a src/newlib
! newlib		-a naked-libgloss naked-newlib naked-texinfo src-support
  naked-winsup	-a src/winsup
  
  winsup		-a naked-winsup naked-libiberty naked-newlib naked-include src-support
Index: commitinfo
===================================================================
RCS file: /cvs/src/CVSROOT/commitinfo,v
retrieving revision 1.6
diff -p -c -r1.6 commitinfo
*** commitinfo	2000/02/17 22:34:58	1.6
--- commitinfo	2000/04/08 10:29:24
***************
*** 36,40 ****
--- 36,41 ----
  ^/?src/winsup		/usr/sourceware/bin/commit_prep -T cygwin -r
  
  ^/?src/newlib		/usr/sourceware/bin/commit_prep -T newlib -r
+ ^/?src/libgloss		/usr/sourceware/bin/commit_prep -T newlib -r
  
  DEFAULT     		/usr/sourceware/bin/commit_prep -T src -r
Index: loginfo
===================================================================
RCS file: /cvs/src/CVSROOT/loginfo,v
retrieving revision 1.11
diff -p -c -r1.11 loginfo
*** loginfo	2000/02/17 22:34:58	1.11
--- loginfo	2000/04/08 10:29:32
***************
*** 49,53 ****
--- 49,54 ----
  ^/?src/winsup	(/usr/sourceware/bin/log_accum -T cygwin -G cygwin -C src -m cygwin-cvs@sourceware.cygnus.com -s %{sVv})
  
  ^/?src/newlib	(/usr/sourceware/bin/log_accum -T newlib -G newlib -C src -m newlib-cvs@sourceware.cygnus.com -s %{sVv})
+ ^/?src/libgloss	(/usr/sourceware/bin/log_accum -T newlib -G newlib -C src -m newlib-cvs@sourceware.cygnus.com -s %{sVv})
  
  DEFAULT (/usr/bin/perl /usr/sourceware/bin/log_accum -T src -G src -m src-cvs@sourceware.cygnus.com -C src -s %{sVv})

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]