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

don't force a full clean for distrib-* rules: if we want a "make clean",
let's do it by hand
parent 71646f86
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.358 2004-07-01 19:07:43 geuzaine Exp $ # $Id: Makefile,v 1.359 2004-07-02 20:11:32 geuzaine Exp $
# #
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -276,21 +276,21 @@ distrib-post: ...@@ -276,21 +276,21 @@ distrib-post:
mv -f Makefile.distrib Makefile mv -f Makefile.distrib Makefile
rm -f ${GMSH_VERSION_FILE} rm -f ${GMSH_VERSION_FILE}
distrib-unix: clean distrib-unix:
make distrib-pre make distrib-pre
make all make all
make package-unix make package-unix
make distrib-post make distrib-post
ldd bin/gmsh ldd bin/gmsh
distrib-win: clean distrib-win:
make distrib-pre make distrib-pre
make all make all
make package-win make package-win
make distrib-post make distrib-post
objdump -p bin/gmsh.exe | grep DLL objdump -p bin/gmsh.exe | grep DLL
distrib-mac: clean distrib-mac:
make distrib-pre make distrib-pre
make all make all
make package-mac make package-mac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment