diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-06 23:55:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-06 23:55:17 +0000 |
commit | c035afc9605510b5437515b71e0603c12463c2e9 (patch) | |
tree | 599a5d62b428971effc8ae13fecb8fd6d477e24f | |
parent | 4d02a5b18a0c2702bfca949bc60187f53d6f39d2 (diff) | |
download | glibc-c035afc9605510b5437515b71e0603c12463c2e9.zip glibc-c035afc9605510b5437515b71e0603c12463c2e9.tar.gz glibc-c035afc9605510b5437515b71e0603c12463c2e9.tar.bz2 |
* malloc/Makefile (distribute): Change malloc/gmalloc-head.c to
gmalloc-head.c.
(malloc/gmalloc.c): Depend on malloc/gmalloc-head.c.
(malloc/Makefile): Do $(make-target-directory) first.
* malloc/gmalloc-head.c: New file.
* po/Makefile (linguas.mo): Don't commit .mo files to cvs.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | po/Makefile | 1 | ||||
-rw-r--r-- | po/de.mo | bin | 22637 -> 0 bytes | |||
-rw-r--r-- | po/es.mo | bin | 21852 -> 0 bytes | |||
-rw-r--r-- | po/ko.mo | bin | 18129 -> 0 bytes |
5 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,13 @@ Thu Jun 6 16:12:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to + gmalloc-head.c. + (malloc/gmalloc.c): Depend on malloc/gmalloc-head.c. + (malloc/Makefile): Do $(make-target-directory) first. + * malloc/gmalloc-head.c: New file. + + * po/Makefile (linguas.mo): Don't commit .mo files to cvs. + * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO==0 pending check, deliver a pending blocked signal if its action might be to ignore. diff --git a/po/Makefile b/po/Makefile index 8680be0..12a8849 100644 --- a/po/Makefile +++ b/po/Makefile @@ -80,6 +80,5 @@ ifneq (,$(pofiles)) linguas: $(pofiles:$(podir)/%=%) test ! -d CVS || cvs commit -m'Copied from $(podir)' $^ linguas.mo: $(pofiles:$(podir)/%.po=%.mo) - test ! -d CVS || cvs commit -m'Compiled translations' $^ endif diff --git a/po/de.mo b/po/de.mo Binary files differdeleted file mode 100644 index ef50522..0000000 --- a/po/de.mo +++ /dev/null diff --git a/po/es.mo b/po/es.mo Binary files differdeleted file mode 100644 index 2560d63..0000000 --- a/po/es.mo +++ /dev/null diff --git a/po/ko.mo b/po/ko.mo Binary files differdeleted file mode 100644 index d046123..0000000 --- a/po/ko.mo +++ /dev/null |