From: ECal Group Date: Fri, 21 Jun 2013 09:19:55 +0000 (+0200) Subject: added lib and lib64, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=894f6002baaf66bc2c8c5415d99fb0ac723777ba;p=daqdata.git added lib and lib64, mt --- diff --git a/allParam/Makefile.in b/allParam/Makefile.in index e177bcc..8452675 100644 --- a/allParam/Makefile.in +++ b/allParam/Makefile.in @@ -1153,7 +1153,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/compat/Makefile.in b/compat/Makefile.in index 8e3bc4d..a1c9150 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -526,7 +526,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/hadaq/Makefile.in b/hadaq/Makefile.in index 70f0968..f92a8b5 100644 --- a/hadaq/Makefile.in +++ b/hadaq/Makefile.in @@ -740,7 +740,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/make_script.pl b/make_script.pl index 6e9ad08..074482b 100755 --- a/make_script.pl +++ b/make_script.pl @@ -15,7 +15,7 @@ foreach my $dir ("allParam", "compat", "hadaq") { my $command = <