This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
I've got:
/bin/sh -e tst-gettext.sh /tmp/build-chroot-libc/ /tmp/build-chroot-libc/intl/ \
/tmp/build-chroot-libc/intl/tst-gettext.mtrace
tst-gettext.sh: msgfmt: command not found
and committed the appended patch to fix this.
Andreas
2001-04-20 Andreas Jaeger <aj@suse.de>
* intl/Makefile (tests): Reorder conditions, tst-gettext needs
msgfmt.
============================================================
Index: intl/Makefile
--- intl/Makefile 2001/04/09 23:33:11 1.43
+++ intl/Makefile 2001/04/20 13:24:59
@@ -56,9 +56,9 @@
ifneq ($(strip $(MSGFMT)),:)
tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out \
$(objpfx)tst-codeset.out
-endif
ifneq (no,$(PERL))
tests: $(objpfx)mtrace-tst-gettext
+endif
endif
$(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out
$(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |