Whamcloud - gitweb
r=adilger
[fs/lustre-release.git] / build / autoMakefile.am.toplevel
index 045f722..7ed2572 100644 (file)
@@ -1,7 +1,5 @@
 AUTOMAKE_OPTIONS = foreign
 
-#SUBDIRS := . build @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet portals lustre
-#DIST_SUBDIRS := build @SNMP_DIST_SUBDIR@ libsysio lnet portals lustre
 SUBDIRS := . build @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet lustre
 DIST_SUBDIRS := build @SNMP_DIST_SUBDIR@ libsysio lnet lustre
 
@@ -31,7 +29,6 @@ tags:
 if MODULES
 all-sources:
        $(MAKE) sources -C lnet
-#      $(MAKE) sources -C portals
        $(MAKE) sources -C lustre
 
 if LINUX
@@ -60,11 +57,18 @@ endif # LINUX
 endif # MODULES
 
 dist-hook:
-       find $(distdir) -name .deps | xargs rm -rf
-       find $(distdir) -name CVS | xargs rm -rf
+       find $(distdir) -name .deps -o \
+                       -name CVS -o \
+                       -name .svn -o \
+                       -name .#* | xargs rm -rf
 
 build/lustre.spec: build/lustre.spec.in config.status
        ./config.status build/lustre.spec
 
 rpms: build/lustre.spec dist Makefile
-       rpmbuild -ta $(distdir).tar.gz
+       rpmbuild -ta $(distdir).tar.gz \
+                       --define "_tmppath $TMP"
+
+srpm: build/lustre.spec dist Makefile
+       rpmbuild -ts $(distdir).tar.gz \
+                       --define "_tmppath $TMP"