Skip to content
Snippets Groups Projects
Commit 02e0addd authored by Emoly Liu's avatar Emoly Liu Committed by Oleg Drokin
Browse files

LU-9550 adio: delete the old Lustre ADIO driver patches


Since Lustre ADIO driver was released by MPICH2 about 8 years ago,
those old Lustre ADIO driver patches (lustre/contrib/*mpich*.patch)
can be deleted.

Test-Parameters: trivial
Signed-off-by: default avatarEmoly Liu <emoly.liu@intel.com>
Change-Id: Ibbd4c67b36065d913c6e3b71895f2413481c923c
Reviewed-on: https://review.whamcloud.com/27264


Tested-by: Jenkins
Reviewed-by: default avatarNiu Yawei <yawei.niu@intel.com>
Reviewed-by: default avatarYang Sheng <yang.sheng@intel.com>
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
parent 3f4b4fb3
No related branches found
No related tags found
No related merge requests found
lustre/contrib/README usr/share/doc/lustre-dev/contrib
lustre/contrib/mpich-1.2.6-lustre.patch usr/share/doc/lustre-dev/contrib
debian/tmp/usr/include/lustre/* usr/include/lustre debian/tmp/usr/include/lustre/* usr/include/lustre
debian/tmp/usr/lib/*.so usr/lib debian/tmp/usr/lib/*.so usr/lib
debian/tmp/usr/lib/*.a usr/lib debian/tmp/usr/lib/*.a usr/lib
...@@ -113,7 +113,6 @@ configure-stamp: autogen-stamp debian/control.main debian/control.modules.in ...@@ -113,7 +113,6 @@ configure-stamp: autogen-stamp debian/control.main debian/control.modules.in
if [ "$(BUILDDIR)" != "." ]; then \ if [ "$(BUILDDIR)" != "." ]; then \
mkdir -p $(BUILDDIR)/build $(BUILDDIR)/lustre/contrib; \ mkdir -p $(BUILDDIR)/build $(BUILDDIR)/lustre/contrib; \
cp build/Makefile $(BUILDDIR)/build/; \ cp build/Makefile $(BUILDDIR)/build/; \
cp lustre/contrib/mpich-*.patch $(BUILDDIR)/lustre/contrib/; \
fi fi
( cd $(BUILDDIR) && \ ( cd $(BUILDDIR) && \
$(SRCDIR)/configure --disable-dependency-tracking \ $(SRCDIR)/configure --disable-dependency-tracking \
......
...@@ -392,6 +392,7 @@ if [ -d $RPM_BUILD_ROOT%{_libdir}/lustre/snmp ] ; then ...@@ -392,6 +392,7 @@ if [ -d $RPM_BUILD_ROOT%{_libdir}/lustre/snmp ] ; then
fi fi
%if %{with lustre_utils} %if %{with lustre_utils}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/lustre
find $RPM_BUILD_ROOT%{_libdir}/@PACKAGE@ -name \*.la -type f -exec rm -f {} \; find $RPM_BUILD_ROOT%{_libdir}/@PACKAGE@ -name \*.la -type f -exec rm -f {} \;
%endif %endif
...@@ -438,9 +439,9 @@ echo '%{_sbindir}/wiretest' >>lustre-tests.files ...@@ -438,9 +439,9 @@ echo '%{_sbindir}/wiretest' >>lustre-tests.files
%if %{with manpages} %if %{with manpages}
%{_mandir}/man?/* %{_mandir}/man?/*
%endif %endif
%{_datadir}/lustre
%{_includedir}/lustre %{_includedir}/lustre
%endif %endif
%{_datadir}/lustre
%{_sysconfdir}/udev/rules.d/99-lustre.rules %{_sysconfdir}/udev/rules.d/99-lustre.rules
%config(noreplace) %{_sysconfdir}/ldev.conf %config(noreplace) %{_sysconfdir}/ldev.conf
%if %{with lnet_dlc} %if %{with lnet_dlc}
......
# Contributions Makefile # Contributions Makefile
EXTRA_DIST = mpich-*.patch EXTRA_DIST =
pkgdata_DATA = $(EXTRA_DIST) pkgdata_DATA = $(EXTRA_DIST)
The files in this directory are user-contributed and are not supported by
Sun Microsystems, Inc. in any way.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment