summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <kanaka@gentoo.org>2007-06-29 18:09:30 +0000
committerJoel Martin <kanaka@gentoo.org>2007-06-29 18:09:30 +0000
commita037e5f7817e91e32379f82f76aac0671412c770 (patch)
treee7aead8f13bb87dd79f95f8db51816351086162e /dev-libs/libelf/files
parentupstream fixes (diff)
downloadgentoo-2-a037e5f7817e91e32379f82f76aac0671412c770.tar.gz
gentoo-2-a037e5f7817e91e32379f82f76aac0671412c770.tar.bz2
gentoo-2-a037e5f7817e91e32379f82f76aac0671412c770.zip
Update parallel make patch to only mkinstalldirs if not already there.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-libs/libelf/files')
-rw-r--r--dev-libs/libelf/files/libelf-0.8.9-parallelmakefix.patch10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libelf/files/libelf-0.8.9-parallelmakefix.patch b/dev-libs/libelf/files/libelf-0.8.9-parallelmakefix.patch
index aae82d1b375f..67e36f76b67c 100644
--- a/dev-libs/libelf/files/libelf-0.8.9-parallelmakefix.patch
+++ b/dev-libs/libelf/files/libelf-0.8.9-parallelmakefix.patch
@@ -1,6 +1,10 @@
---- libelf-0.8.9/lib/Makefile.in.orig 2007-06-20 00:09:41.876160240 -0400
-+++ libelf-0.8.9/lib/Makefile.in 2007-06-20 00:10:13.601337280 -0400
-@@ -174,7 +174,7 @@ installdirs: $(top_srcdir)/mkinstalldirs
+--- libelf-0.8.9/lib/Makefile.in.orig 2007-06-29 00:09:41.876160240 -0400
++++ libelf-0.8.9/lib/Makefile.in 2007-06-29 00:10:13.601337280 -0400
+@@ -171,10 +171,11 @@ installdirs: $(top_srcdir)/mkinstalldirs
+
+ installdirs: $(top_srcdir)/mkinstalldirs
+ dirs="$(installdirs)"; for dir in $$dirs; do \
++ if test -d $(distsubdir); then continue; fi; \
$(SHELL) $(top_srcdir)/mkinstalldirs $(instroot)$$dir; \
done