* 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.
This commit is contained in:
Roland McGrath 1996-06-06 23:55:17 +00:00
parent 4d02a5b18a
commit c035afc960
5 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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

BIN
po/de.mo

Binary file not shown.

BIN
po/es.mo

Binary file not shown.

BIN
po/ko.mo

Binary file not shown.