X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2FautoMakefile.am.toplevel;h=aa19a1e403146e19fb7d48ac0b04cf6152617da7;hb=80f1cc16f9ee6b8c7a052aa9edcc1f8066ab443f;hp=dfb962407495032cb4bfdac29788302cfe0d09c0;hpb=c09b4b9ad19973be3e1cb3307509240c21af032a;p=fs%2Flustre-release.git diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index dfb9624..aa19a1e 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -14,15 +14,15 @@ tags-recursive: TAGS: tags: - rm -f $(top_srcdir)/TAGS + $(RM) $(top_srcdir)/TAGS ETAGSF=`etags --version | grep -iq exuberant && \ echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \ - find $(top_srcdir) -name '*.[hc]' |grep -v linux-stage |xargs etags $$ETAGSF -a + find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' |xargs etags $$ETAGSF -a - rm -f $(top_srcdir)/tags + $(RM) $(top_srcdir)/tags CTAGSF=`ctags --version | grep -iq exuberant && \ echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \ - find $(top_srcdir) -name '*.[hc]' |grep -v linux-stage |xargs ctags $$CTAGSF -a + find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' |xargs ctags $$CTAGSF -a if MODULES sources: all-sources @@ -59,7 +59,8 @@ endif # LINUX endif # MODULES dist-hook: - rm -f $(distdir)/ldiskfs/*.spec + $(RM) $(distdir)/ldiskfs/*.spec + $(RM) $(distdir)/lustre-iokit/*.spec find $(distdir) -name .deps -o \ -name CVS -o \ -name .svn -o \ @@ -88,6 +89,7 @@ rpms: for subdir in $(RPM_SUBDIRS) ; do \ echo "Making rpms in $$subdir"; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) rpms); \ + echo "Finished rpms in $$subdir"; \ done; \ $(MAKE) $(AM_MAKEFLAGS) rpms-real @@ -95,6 +97,7 @@ srpm: for subdir in $(RPM_SUBDIRS) ; do \ echo "Making srpm in $$subdir"; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) srpm); \ + echo "Finished srpms in $$subdir"; \ done; \ $(MAKE) $(AM_MAKEFLAGS) srpm-real