]> sourceware.org Git - glibc.git/commitdiff
* malloc/Makefile (distribute): Change malloc/gmalloc-head.c to
authorRoland McGrath <roland@gnu.org>
Thu, 6 Jun 1996 23:55:17 +0000 (23:55 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 6 Jun 1996 23:55:17 +0000 (23:55 +0000)
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.

ChangeLog
po/Makefile
po/de.mo [deleted file]
po/es.mo [deleted file]
po/ko.mo [deleted file]

index 47cacbdd0f2e76cc2e61f571afc9a7136767eb85..062cc98792d1c3ec3a1d44ca6dd9e75763409729 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8680be0fc5bdd2ef1b86c8a1d60174d467dc33c0..12a8849a90042612818edb8c36df00ea66fff3d2 100644 (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
diff --git a/po/de.mo b/po/de.mo
deleted file mode 100644 (file)
index ef50522..0000000
Binary files a/po/de.mo and /dev/null differ
diff --git a/po/es.mo b/po/es.mo
deleted file mode 100644 (file)
index 2560d63..0000000
Binary files a/po/es.mo and /dev/null differ
diff --git a/po/ko.mo b/po/ko.mo
deleted file mode 100644 (file)
index d046123..0000000
Binary files a/po/ko.mo and /dev/null differ
This page took 0.055173 seconds and 5 git commands to generate.