Patch for intl/Makefile
Andreas Jaeger
aj@suse.de
Fri Apr 20 06:28:00 GMT 2001
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
More information about the Libc-hacker
mailing list