diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-01 01:15:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-01 01:15:11 -0700 |
commit | 794d00d4bfa46cb5ca11afa91e16ffc9ef9f6367 (patch) | |
tree | 43a5c0c38e9d842eeee239d6aa32d2004738f0c7 /recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch | |
parent | 68b24e04cd5fc369b8987aa4741d71f926f90897 (diff) | |
parent | e60d8a6b70fad6e6b3e4184680aac57c80dd0892 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch')
-rw-r--r-- | recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch b/recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch new file mode 100644 index 0000000000..4e276e3f0c --- /dev/null +++ b/recipes/mono/mono-2.4.2.3/0001-remove-docs-dir-from-build.patch @@ -0,0 +1,30 @@ +From 2ca04d7b2af1f1d690d918da047b03de768f1a8b Mon Sep 17 00:00:00 2001 +From: Cliff Brake <cbrake@bec-systems.com> +Date: Fri, 31 Jul 2009 17:48:47 -0400 +Subject: [PATCH] remove docs dir from build + +--- + Makefile.am | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index 083bb82..386ed91 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,11 +1,11 @@ + AUTOMAKE_OPTIONS = foreign + ACLOCAL_AMFLAGS = -I . + +-SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc docs ++SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc + + # Keep in sync with SUBDIRS + ## 'tools' is not normally built +-DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native support data runtime scripts man samples web tools msvc docs ++DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native support data runtime scripts man samples web tools msvc + + EXTRA_DIST= nls.m4 po.m4 progtest.m4 mono-uninstalled.pc.in build-mingw32.sh LICENSE mkinstalldirs + +-- +1.6.0.4 + |