Skip to content
Snippets Groups Projects
Commit 299dedd0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix make source

parent aac6b4da
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ framework: lib ...@@ -105,6 +105,7 @@ framework: lib
embed: embed:
@if [ -r ../getdp/contrib/gmsh/Makefile ]; then \ @if [ -r ../getdp/contrib/gmsh/Makefile ]; then \
rsync -av ${GMSH_EMBEDDED} ../getdp/contrib/gmsh;\ rsync -av ${GMSH_EMBEDDED} ../getdp/contrib/gmsh;\
rm -f ../getdp/contrib/gmsh/Message.h;\
fi fi
variables: configure variables: configure
...@@ -203,7 +204,7 @@ source-tree: purge ...@@ -203,7 +204,7 @@ source-tree: purge
source: source-tree source: source-tree
cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\ cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\
contrib/NR contrib/Tetgen/*.{cxx,h} contrib/misc/variables.i*\ contrib/NR contrib/Tetgen/*.{cxx,h} contrib/misc/variables.i*
tar zcf gmsh-${GMSH_VERSION}-source.tgz gmsh-${GMSH_VERSION} tar zcf gmsh-${GMSH_VERSION}-source.tgz gmsh-${GMSH_VERSION}
# Rules to package the binaries # Rules to package the binaries
......
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