mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* 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:
parent
4d02a5b18a
commit
c035afc960
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user