From: Ulrich Drepper Date: Thu, 19 Apr 2007 04:24:34 +0000 (+0000) Subject: Remove traces of mkinstalldirs. X-Git-Tag: elfutils-0.127~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553bf1032b5fe3a78220e65e588df0cfb47ab415;p=thirdparty%2Felfutils.git Remove traces of mkinstalldirs. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index a6b198165..25c2f7b9c 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -179,6 +179,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Wed Apr 18 2007 Ulrich Drepper 0.127-1 +- libdw: new function dwarf_getsrcdirs +- libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, + dwfl_module_address_section + * Mon Feb 5 2007 Ulrich Drepper 0.126-1 - new program: ar diff --git a/libelf-po/ChangeLog b/libelf-po/ChangeLog index 42f50a135..1e2b267e8 100644 --- a/libelf-po/ChangeLog +++ b/libelf-po/ChangeLog @@ -1,3 +1,8 @@ +2007-04-18 Ulrich Drepper + + * Makefile.in.in: Remove MKINSTALLDIRS. + Define mkinstalldirs to mkdir -p. + 2005-05-07 Ulrich Drepper * Makefile.in.in (XGETTEXT_OPTIONS): Define. diff --git a/libelf-po/Makefile.in.in b/libelf-po/Makefile.in.in index aae32e797..186ceffb7 100644 --- a/libelf-po/Makefile.in.in +++ b/libelf-po/Makefile.in.in @@ -27,8 +27,7 @@ top_builddir = .. INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = mkdir -p GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ diff --git a/po/ChangeLog b/po/ChangeLog index a4534c79b..9d648f455 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2007-04-18 Ulrich Drepper + + * Makefile.in.in: Remove MKINSTALLDIRS. + Define mkinstalldirs to mkdir -p. + 2006-04-04 Roland McGrath * POTFILES.in: Comment out lib/xstrdup.c, not distributed any more. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 0110ffbd0..b9a3a6808 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -27,8 +27,7 @@ top_builddir = .. INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = mkdir -p GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@