diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-07-28 16:48:51 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-07-28 16:48:51 +0200 |
commit | 862c66798dd70c5962cda62587d03724e7b2039f (patch) | |
tree | 6d69b58ad551ca8a54a05b7071a0971408ae9067 | |
parent | 7ea20f4ce252fe74e08f78d391ff13caee7cd50a (diff) |
drop useless step
-rw-r--r-- | hurd/glibc.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 0f5598a2..83dcb6f4 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -47,7 +47,6 @@ One can build libc this way: $ unset CFLAGS $ ../configure --prefix=/usr $ make - $ make -C ../iconvdata objdir=$PWD subdir=iconvdata ..=../ $PWD/iconvdata/gconv-modules $ make check -k One can run tests with the new libc by hand: |