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 ...@@ -22,7 +22,7 @@ if SNAPFS
SUBDIRS+= snapfs SUBDIRS+= snapfs
endif endif
DIST_SUBDIRS = $(SUBDIRS) liblustre DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs
EXTRA_DIST = BUGS FDL Rules kernel_patches EXTRA_DIST = BUGS FDL Rules kernel_patches
# We get the version from the spec file. # We get the version from the spec file.
......
...@@ -62,7 +62,7 @@ Configures openldap server for LDAP Lustre config database ...@@ -62,7 +62,7 @@ Configures openldap server for LDAP Lustre config database
%setup -qn lustre-%{version} %setup -qn lustre-%{version}
#%setup -c -n lustre-%{version}-lib #%setup -c -n lustre-%{version}-lib
%if %{enable_doc} %if %{enable_doc}
%define disable_doc %define disable_doc ''
%else %else
%define disable_doc --disable-doc %define disable_doc --disable-doc
%endif %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