From: Jiří Sitera Date: Sun, 12 Mar 2006 17:05:51 +0000 (+0000) Subject: Fixed problem in copy_tests (only first run worked, errors in cp ignored now, X-Git-Tag: Root_glite-deployment-lb_branch_2_2_0~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d7f0c7d6116615874440c6ebbf372a0e48a4d4b3;p=jra1mw.git Fixed problem in copy_tests (only first run worked, errors in cp ignored now, how to solve this in proper way?) Installed path of tests directory changed too. --- diff --git a/org.glite.jp.index/Makefile b/org.glite.jp.index/Makefile index 6c10bf5..85500b6 100644 --- a/org.glite.jp.index/Makefile +++ b/org.glite.jp.index/Makefile @@ -96,7 +96,7 @@ glite-jpis-client: ${EXA_CLIENT_OBJS} ${LINK} -o $@ $+ ${GSOAPLIB} copy_tests: ${test} ${test_files} - for i in $?; do cp ${top_srcdir}/examples/query-tests/$$i ${top_srcdir}/build; done + -for i in $?; do cp $$i ${top_srcdir}/build; done JobProvenanceIS.xh: JobProvenanceIS.wsdl JobProvenanceTypes.wsdl typemap.dat cp ${stagedir}/interface/JobProvenanceTypes.wsdl . @@ -160,7 +160,8 @@ distbin: install: -mkdir -p ${PREFIX}/bin ${PREFIX}/etc ${PREFIX}/etc/init.d - -mkdir -p ${PREFIX}/share/doc/${package}-${version} ${PREFIX}/examples + -mkdir -p ${PREFIX}/share/doc/${package}-${version} + -mkdir -p ${PREFIX}/examples ${PREFIX}/examples/query-tests -mkdir -p ${PREFIX}/interface -mkdir -p ${PREFIX}/share/man/man1 -mkdir -p ${PREFIX}/share/man/man8 @@ -171,8 +172,8 @@ install: ${INSTALL} -m 644 ${top_srcdir}/doc/README ${HTMLS} ${PREFIX}/share/doc/${package}-${version} ${INSTALL} -m 644 ${MANS1} ${PREFIX}/share/man/man1 ${INSTALL} -m 644 ${MANS8} ${PREFIX}/share/man/man8 - ${INSTALL} -m 755 ${test} ${PREFIX}/examples - ${INSTALL} -m 644 ${test_files} ${PREFIX}/examples + ${INSTALL} -m 755 ${test} ${PREFIX}/examples/query-tests + ${INSTALL} -m 644 ${test_files} ${PREFIX}/examples/query-tests ${INSTALL} -m 644 ${top_srcdir}/interface/JobProvenanceISClient.xsd ${PREFIX}/interface clean: