From eaeefb97e6b326d59e3ce76c03aad35b7e17c1f3 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 29 Sep 2005 06:03:30 +0000 Subject: [PATCH] Branch b1_4 Add "make srpm" target for making .src.rpm files. --- build/autoMakefile.am.toplevel | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.3.1