This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-32-gb3c737f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  b3c737fd390dc11c8613e725ef2db377ea7641bf (commit)
      from  e1102f7294b11d3eeeed20c2b7a9f4ef8bffea11 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=b3c737fd390dc11c8613e725ef2db377ea7641bf

commit b3c737fd390dc11c8613e725ef2db377ea7641bf
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 7 12:56:48 2012 +0000

    Update ports README file.

diff --git a/ChangeLog b/ChangeLog
index 378cf26..6a37d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-02-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* README: Update.
+
+2012-02-07  Joseph Myers  <joseph@codesourcery.com>
+
 	* README: Document use of ranges in copyright notices.
 
 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
diff --git a/README b/README
index 3ad8078..51e0a30 100644
--- a/README
+++ b/README
@@ -9,11 +9,12 @@ some optimized functions tailored for specific CPU implementations of an
 architecture, to be selected using --with-cpu.
 
 The ports repository is cooperatively maintained by volunteers on the
-<libc-ports@sourceware.org> mailing list, and housed in the glibc CVS as a
-module called "ports".  See http://www.gnu.org/software/libc/resources.html
-for details on using CVS.  To report a bug in code housed in the ports
-repository, please go to http://sources.redhat.com/bugzilla/ and file a bug
-report under the glibc "ports" component.
+<libc-ports@sourceware.org> mailing list, and housed in a separate
+ports git repository.  See
+http://www.gnu.org/software/libc/download.html for details on using
+git.  To report a bug in code housed in the ports repository, please
+go to http://sources.redhat.com/bugzilla/ and file a bug report under
+the glibc "ports" component.
 
 An add-on for an individual port can be made from just the sysdeps/
 subdirectories containing the port's code.  You may want to include a
@@ -34,7 +35,8 @@ sysdeps/CPU/preconfigure file; this can either be written by hand or
 generated by Autoconf from sysdeps/CPU/preconfigure.in, and follow the
 rules for glibc add-on configure fragments.  No preconfigure file should do
 anything on an unrelated configuration, so that disparate ports can be put
-into a single add-on without interfering with each other.
+into a single add-on without interfering with each other.  Files that
+would go in scripts/data/ for libc go in data/ in ports.
 
 Like all glibc add-ons, this must be used by specifying the directory in
 the --enable-add-ons option when running glibc's configure script.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 README    |   14 ++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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