Skip to content
Snippets Groups Projects
Commit 58b20d19 authored by tcarver's avatar tcarver
Browse files

add corba to dist

parent e022ff3f
Branches
Tags
No related merge requests found
...@@ -252,7 +252,7 @@ dist : ...@@ -252,7 +252,7 @@ dist :
mkdir tar_build mkdir tar_build
mkdir tar_build/artemis mkdir tar_build/artemis
rm -f artemis_compiled_latest.tar.gz rm -f artemis_compiled_latest.tar.gz
tar cf - $(OTHER_FILES) act art Makefile etc | (cd tar_build/artemis; tar xf -) tar cf - $(OTHER_FILES) act art Makefile corba etc | (cd tar_build/artemis; tar xf -)
tar cf - artemis_sqlmap dnaplotter uk org nsdb type seqdb lib | (cd tar_build/artemis; tar xf -) tar cf - artemis_sqlmap dnaplotter uk org nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
(cd tar_build; find . -name 'CVS' -print | xargs rm -rf; find . -name '.svn' -print | xargs rm -rf; tar cvf ../artemis_compiled.tar artemis) (cd tar_build; find . -name 'CVS' -print | xargs rm -rf; find . -name '.svn' -print | xargs rm -rf; tar cvf ../artemis_compiled.tar artemis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment