Skip to content
Snippets Groups Projects
Commit c9b00951 authored by jacob's avatar jacob
Browse files

b=2502

fix a bug in --disable-doc handling, and add snapfs to DISTDIRS
parent c955653a
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if SNAPFS
SUBDIRS+= snapfs
endif
DIST_SUBDIRS = $(SUBDIRS) liblustre
DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs
EXTRA_DIST = BUGS FDL Rules kernel_patches
# We get the version from the spec file.
......
......@@ -62,7 +62,7 @@ Configures openldap server for LDAP Lustre config database
%setup -qn lustre-%{version}
#%setup -c -n lustre-%{version}-lib
%if %{enable_doc}
%define disable_doc
%define disable_doc ''
%else
%define disable_doc --disable-doc
%endif
......
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