summaryrefslogtreecommitdiffstats
path: root/webkit/parallel-make-hack.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-16 21:32:46 +0000
committerpiernov <piernov@piernov.org>2012-06-16 21:32:46 +0000
commite18a91959371d907bca59812845574d0d6e8beea (patch)
treefe3b5f991458baddfcdc6a98eec07b2cb0fd62a6 /webkit/parallel-make-hack.patch
parent33603ad7435804e518bb4768102f86ef2de939da (diff)
parent1ff254508af94ccb13f811b3a82267e9f001b434 (diff)
downloadnutyx-extra-e18a91959371d907bca59812845574d0d6e8beea.tar.gz
nutyx-extra-e18a91959371d907bca59812845574d0d6e8beea.tar.bz2
nutyx-extra-e18a91959371d907bca59812845574d0d6e8beea.tar.xz
nutyx-extra-e18a91959371d907bca59812845574d0d6e8beea.zip
Merge branch 'master' of git://piernov.org/nutyx-extra
Diffstat (limited to 'webkit/parallel-make-hack.patch')
-rw-r--r--webkit/parallel-make-hack.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/webkit/parallel-make-hack.patch b/webkit/parallel-make-hack.patch
deleted file mode 100644
index 984f2ff6b..000000000
--- a/webkit/parallel-make-hack.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Horrible failure of a hack to enable workaround for
-https://bugs.webkit.org/show_bug.cgi?id=79498
-
---- a/GNUmakefile.am
-+++ b/GNUmakefile.am
-@@ -285,6 +285,15 @@
- all-local: stamp-po
- $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources
-
-+# Horrible hack to enable workaround for parallel make failure
-+all-built-sources-local: $(BUILT_SOURCES) autotoolsconfig.h
-+
-+all-ltlibraries-local: GNUmakefile $(LTLIBRARIES)
-+
-+all-programs-local: GNUmakefile $(PROGRAMS)
-+
-+all-data-local: GNUmakefile $(DATA)
-+
- # remove built sources and program directories
- clean-local:
- -rm -rf $(GENPROGRAMS)