From: Yan Burman Date: Mon, 12 Jan 2015 09:22:36 +0000 (+0200) Subject: LU-6110 build: Fix autogen.sh failure X-Git-Tag: 2.6.93~57 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1269923f82b305dbfe1c90bb92914f2093b73a86;p=fs%2Flustre-release.git LU-6110 build: Fix autogen.sh failure commit bca975c7fa261ffb926e8a18d5869b886c65f447 removed lustre/include/linux, but failed to do so in all relevant places, thus running autogen.sh fails: configure.ac:24: required file `lustre/include/linux/Makefile.in' not found Fix by removing lustre/include/linux from m4 file Signed-off-by: Yan Burman Change-Id: I9fccbe5895779dfd1bab66341aa6b094e33f604f Reviewed-on: http://review.whamcloud.com/13345 Tested-by: Jenkins Reviewed-by: John L. Hammond Reviewed-by: Oleg Drokin Tested-by: Oleg Drokin --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index d9b2993..500e350 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1960,7 +1960,6 @@ lustre/contrib/Makefile lustre/doc/Makefile lustre/include/Makefile lustre/include/lustre_ver.h -lustre/include/linux/Makefile lustre/include/lustre/Makefile lustre/kernel_patches/targets/3.10-rhel7.target lustre/kernel_patches/targets/2.6-rhel6.6.target