Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-v6
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
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
lustre-v6
Commits
72d1132a
Commit
72d1132a
authored
17 years ago
by
Erwan Jahier
Browse files
Options
Downloads
Patches
Plain Diff
make sure that src/version.ml is recomputed by removinf it at each
git commit.
parent
d12f3b57
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
src/Makefile
+1
-1
1 addition, 1 deletion
src/Makefile
src/version.ml
+0
-6
0 additions, 6 deletions
src/version.ml
with
3 additions
and
9 deletions
Makefile
+
2
−
2
View file @
72d1132a
...
...
@@ -20,7 +20,7 @@ test:
ci
:
make
test
&&
git commit
-F
log
make
test
&&
git commit
-F
log
&&
rm
src/version.ml
cia
:
make
test
&&
git commit
-a
-F
log
\ No newline at end of file
make
test
&&
git commit
-a
-F
log
&&
rm
src/version.ml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Makefile
+
1
−
1
View file @
72d1132a
...
...
@@ -44,7 +44,7 @@ endif
MLONLY_SOURCES
=
$(
filter %.ml %.mll %.mly,
$(
SOURCES
))
# for using the debugger
debug
:
debug
:
version.ml
mv
*
.mli mli
make
MLONLY
=
yes
SOURCES
=
"
$(
MLONLY_SOURCES
)
"
dc
||
true
mv
mli/
*
.
...
...
This diff is collapsed.
Click to expand it.
src/version.ml
deleted
100644 → 0
+
0
−
6
View file @
d12f3b57
(* Automatically generated from src/Makefile *)
let
tool
=
"lus2lic"
let
branch
=
"u0"
let
commit
=
"24"
let
sha_1
=
"9adeaeab6d4be0b10e2fe1d252f77bf2e191c59a"
let
str
=
(
branch
^
"."
^
commit
)
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