From: adilger Date: Thu, 29 Sep 2005 06:03:30 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: 1.4.10~422 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=eaeefb97e6b326d59e3ce76c03aad35b7e17c1f3;p=fs%2Flustre-release.git Branch b1_4 Add "make srpm" target for making .src.rpm files. --- diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 5ecc7d1..72b41a2 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -65,3 +65,6 @@ build/lustre.spec: build/lustre.spec.in config.status rpms: build/lustre.spec dist Makefile rpmbuild -ta $(distdir).tar.gz + +srpm: build/lustre.spec dist Makefile + rpmbuild -ts $(distdir).tar.gz