From: Roland McGrath Date: Thu, 6 Jun 1996 23:55:17 +0000 (+0000) Subject: * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to X-Git-Tag: cvs/libc-960607~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c035afc9605510b5437515b71e0603c12463c2e9;p=glibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 47cacbdd0f..062cc98792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Thu Jun 6 16:12:39 1996 Roland McGrath + * 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 8680be0fc5..12a8849a90 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 deleted file mode 100644 index ef5052296c..0000000000 Binary files a/po/de.mo and /dev/null differ diff --git a/po/es.mo b/po/es.mo deleted file mode 100644 index 2560d634ae..0000000000 Binary files a/po/es.mo and /dev/null differ diff --git a/po/ko.mo b/po/ko.mo deleted file mode 100644 index d0461239c2..0000000000 Binary files a/po/ko.mo and /dev/null differ