From 392ca0e9ef80d71710854f488a1a75c68ac016c5 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Fri, 24 Feb 2023 16:15:07 +0000 Subject: [PATCH] Syntax for file tests and add sme tags to branches file --- Makefile.common | 4 ++-- branches | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 6b867c8..169f421 100644 --- a/Makefile.common +++ b/Makefile.common @@ -346,8 +346,8 @@ archivefile: @echo "TEMPDIR:$(TEMPDIR)" mkdir -p $(TEMPDIR)/$(TREEPATH) cp -r root $(TEMPDIR)/$(TREEPATH) - if test -f creatlinks ; then cp createlinks $(TEMPDIR)/$(TREEPATH) - if test -f COPYING ; then cp COPYING $(TEMPDIR)/$(TREEPATH) + if test -f createlinks ; then cp createlinks $(TEMPDIR)/$(TREEPATH) ; fi ; + if test -f COPYING ; then cp COPYING $(TEMPDIR)/$(TREEPATH) ; fi ; if test -f LICENSE ; then cp LICENSE $(TEMPDIR)/$(TREEPATH) ; fi ; rm -f $TREEPATH.$EXT* tar -czvf $(TREEPATH).$(EXT) -C $(TEMPDIR) $(TREEPATH) diff --git a/branches b/branches index c23d9fe..0c61a1e 100644 --- a/branches +++ b/branches @@ -1,3 +1,8 @@ +sme7:sme7:.el4.sme:rhel:4:7 +sme8:sme8:.el5.sme:rhel:5:8 +sme9:sme9:.el6.sme:rhel:6:9 +sme10:sme10:.el7.sme:rhel:7:10 +devel:sme10:.el7.sme:rhel:7:10 contribs7:contribs7:.el4.sme:rhel:4:7 contribs8:contribs8:.el5.sme:rhel:5:8 contribs9:contribs9:.el6.sme:rhel:6:9