Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
6e591792
Commit
6e591792
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
nightly builds
parent
f8e89cf8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+11
-7
11 additions, 7 deletions
Makefile
with
11 additions
and
7 deletions
Makefile
+
11
−
7
View file @
6e591792
# $Id: Makefile,v 1.44
1
2007-11-2
1 16:30:51
geuzaine Exp $
# $Id: Makefile,v 1.44
2
2007-11-2
4 20:23:13
geuzaine Exp $
#
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
#
...
...
@@ -300,27 +300,33 @@ distrib-pre:
Makefile.distrib
>
Makefile
make tag
distrib-pre-nightly
:
mv
-f
Makefile Makefile.distrib
sed
-e
"s/^GMSH_EXTRA_VERSION.*/GMSH_EXTRA_VERSION =
\"
-nightly-
${
GMSH_DATE
}
\"
/g"
\
Makefile.distrib
>
Makefile
make tag
distrib-post
:
mv
-f
Makefile.distrib Makefile
rm
-f
${
GMSH_VERSION_FILE
}
distrib-unix
:
make distrib-pre
make
all
make
link
make package-unix
make distrib-post
ldd bin/gmsh
distrib-win
:
make distrib-pre
make
all
make
link
make package-win
make distrib-post
objdump
-p
bin/gmsh.exe |
grep
DLL
distrib-mac
:
make distrib-pre
make
variables initialtag compile
link-mac-universal
make link-mac-universal
make package-mac
make distrib-post
${
POSTBUILD
}
...
...
@@ -342,8 +348,6 @@ distrib-source-commercial:
make distrib-post
distrib-source-nightly
:
mv
-f
Makefile Makefile.distrib
sed
-e
"s/^GMSH_EXTRA_VERSION.*/GMSH_EXTRA_VERSION =
\"
-nightly-
${
GMSH_DATE
}
\"
/g"
\
Makefile.distrib
>
Makefile
make distrib-pre-nightly
make
source
make distrib-post
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment