]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Remove traces of mkinstalldirs.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2007 04:24:34 +0000 (04:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2007 04:24:34 +0000 (04:24 +0000)
config/elfutils.spec.in
libelf-po/ChangeLog
libelf-po/Makefile.in.in
po/ChangeLog
po/Makefile.in.in

index a6b198165d6e7d3f3db6d6ff86733489ad0df8ba..25c2f7b9c5cc0da2463ecc776afe1d0542ca8cc3 100644 (file)
@@ -179,6 +179,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.a
 
 %changelog
+* Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 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 <drepper@redhat.com> 0.126-1
 - new program: ar
 
index 42f50a13544b3ce5a0660d27bd4dd53aabfb609c..1e2b267e80a3fa080e5665f2e65979d989cc746a 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-18  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile.in.in: Remove MKINSTALLDIRS.
+       Define mkinstalldirs to mkdir -p.
+
 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile.in.in (XGETTEXT_OPTIONS): Define.
index aae32e797fdf65a41c692333a8893ada53b5f274..186ceffb7d7de3949317159be96ecc66befc6a36 100644 (file)
@@ -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@
index a4534c79b0cce51389cba530069030cf177a2d26..9d648f4554fa4d30b7bc15ded9c8270d2f956cda 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-18  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile.in.in: Remove MKINSTALLDIRS.
+       Define mkinstalldirs to mkdir -p.
+
 2006-04-04  Roland McGrath  <roland@redhat.com>
 
        * POTFILES.in: Comment out lib/xstrdup.c, not distributed any more.
index 0110ffbd04fcae357c59f69223d38c409a5f1aa5..b9a3a6808b8d3273dfcd2c92547fd88e7191a84f 100644 (file)
@@ -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@