]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
added lib and lib64, mt
authorECal Group <hadaq@cbmpc026.gsi.de>
Fri, 21 Jun 2013 09:19:55 +0000 (11:19 +0200)
committerECal Group <hadaq@cbmpc026.gsi.de>
Fri, 21 Jun 2013 09:19:55 +0000 (11:19 +0200)
allParam/Makefile.in
compat/Makefile.in
hadaq/Makefile.in
make_script.pl

index e177bcc51502e79527ecb798ef4008f1059d0f5b..84526757dd9e44fa8ce8f1ac7a9b8698117959e7 100644 (file)
@@ -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)
index 8e3bc4df325dbc587d0b621eb8199f970e6830c6..a1c91500285e846ce1a4e8360f84d79dfb38b01a 100644 (file)
@@ -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)
index 70f0968dad49ababd2e90be7e56cf03530b3c062..f92a8b5de584aa2708837a158fc014b3c0ed554d 100644 (file)
@@ -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)
index 6e9ad086fac22024920031985f586f4d4d2a7495..074482b6c0e99e582b2399f22aff4925f704acae 100755 (executable)
@@ -15,7 +15,7 @@ foreach my $dir ("allParam", "compat", "hadaq") {
 
     my $command = <<EOF;
 bash bootstrap
-CPPFLAGS="-I$path/include" LDFLAGS="-L$path/lib64" ./configure --prefix="$path"
+CPPFLAGS="-I$path/include" LDFLAGS="-L$path/lib:$path/lib64" ./configure --prefix="$path"
 make clean
 make 
 make install