diff options
author | marcus <marcus> | 2005-01-23 21:30:40 +0000 |
---|---|---|
committer | marcus <marcus> | 2005-01-23 21:30:40 +0000 |
commit | f4ee3163dc1cc58ce13cdef64541ffe66f5a06a9 (patch) | |
tree | 71e7d8fbe453312d4760659ae62d3bfd2dd42e1f /libc/patches/00-configure-touch.patch | |
parent | b31c52a9116b976a6f919ec045462807851f5988 (diff) |
2005-01-23 Marcus Brinkmann <marcus@gnu.org>
* configure.ac: Fall back to libc.a on GNU/Hurd.
New option --with-libc.
(WITH_LIBC): New automake conditional.
* Makefile.am (LIBC_SUBDIRS): New variable.
(SUBDIRS): Add $(LIBC_SUBDIRS).
* libc: New directory.
libc/
2005-01-23 Marcus Brinkmann <marcus@gnu.org>
* Initial check-in.
Diffstat (limited to 'libc/patches/00-configure-touch.patch')
-rwxr-xr-x | libc/patches/00-configure-touch.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/patches/00-configure-touch.patch b/libc/patches/00-configure-touch.patch new file mode 100755 index 0000000..ff4679a --- /dev/null +++ b/libc/patches/00-configure-touch.patch @@ -0,0 +1,10 @@ +#!/bin/sh + +# We need to touch some generated files so they are not regenerated +# accidentially. + +touch sysdeps/i386/configure +touch sysdeps/i386/elf/configure +touch nptl/sysdeps/pthread/configure + +exit $? |