Skip to content
Snippets Groups Projects
Commit 2f38694f authored by Robert Read's avatar Robert Read
Browse files

Branch HEAD

b=15998
i=adilger

Fix make rpms on HEAD.
parent e9039325
No related branches found
No related tags found
No related merge requests found
SUBDIRS := @LDISKFS_SUBDIR@ . @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ @LUSTREIOKIT_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre
DIST_SUBDIRS := @SNMP_DIST_SUBDIR@ libsysio ldiskfs @LUSTREIOKIT_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre
SOURCES_SUBDIRS := @LDISKFS_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre
RPM_SUBDIRS := @LDISKFS_SUBDIR@
RPM_SUBDIRS := @LDISKFS_SUBDIR@ @LUSTREIOKIT_SUBDIR@
if LDISKFS_ENABLED
EXTRA_SOURCES := @SYMVERFILE@
endif
......
......@@ -60,6 +60,7 @@ endif # MODULES
dist-hook:
rm -f $(distdir)/ldiskfs/*.spec
rm -f $(distdir)/lustre-iokit/*.spec
find $(distdir) -name .deps -o \
-name CVS -o \
-name .svn -o \
......
SUBDIRS = obdfilter-survey sgpdd-survey ost-survey ior-survey stats-collect
EXTRA_DIST = lustre-iokit.spec
EXTRA_DIST = lustre-iokit.spec
rpm: dist
rpms rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
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