Skip to content
Snippets Groups Projects
Commit eadb8552 authored by Gerrit Kuehn's avatar Gerrit Kuehn
Browse files

add standiop-localtime target for building mx receiving daqd (standalone

system) using local timing

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4267 6dcd42c9-f523-4c6d-aada-af552506706e
parent 610600a1
No related branches found
No related tags found
No related merge requests found
......@@ -256,3 +256,9 @@ standiop:
/bin/mkdir -p build/standiop
(mysrc=$(srcdir); cd build/standiop; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics' --enable-iop && make)
standiop-localtime:
(cd $(srcdir)/src/daqd; autoconf)
/bin/rm -rf build/standiop-localtime
/bin/mkdir -p build/standiop-localtime
(mysrc=$(srcdir); cd build/standiop-localtime; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics' --enable-local-timing --enable-iop' && make)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment