summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-09 21:28:17 +0000
committermarcus <marcus>2005-02-09 21:28:17 +0000
commitb7b4744f46990bf2299a994b51d9364ce334486f (patch)
tree9df71a0b7822ee32a38ef9146521a75c6a7c19bf /libc
parentf8af6bac914b79c6e79b07f628634feeb41cc2fc (diff)
Some small fixes.
Diffstat (limited to 'libc')
-rw-r--r--libc/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/libc/README b/libc/README
index d29c0ee..17311a4 100644
--- a/libc/README
+++ b/libc/README
@@ -22,7 +22,7 @@ configuring this source tree):
$ mkdir hurd-l4-build
$ cd hurd-l4-build
-$ ../hurd-l4/configure --prefix=/l4 --enable-libc \
+$ ../hurd-l4/configure --prefix=/l4 --with-libc \
--enable-maintainer-mode --build=i686-linux --host=i686-gnu
$ make -C libc libc-cvs
@@ -36,12 +36,13 @@ $ cp -a libc ~/libc-for-hurd-l4
(next time around:)
$ cp -a ~/libc-for-hurd-l4 libc/libc
-$ ../hurd-l4/configure --prefix=/l4 --enable-libc \
+$ ../hurd-l4/configure --prefix=/l4 --with-libc \
--enable-maintainer-mode --build=i686-linux --host=i686-gnu
+$ make
-The Makefile will always download a tested, working version of the C
-library. But you can copy any version to the libc directory and try
-your luck.
+The Makefile target libc-cvs will always download a tested, working
+version of the C library. But you can copy any version to the libc
+directory and try your luck.
The downloaded or installed version of the GNU C library source _will_
be modified when you build the package! So, please, make a copy