Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsexplain
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
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
Verified Software
jsexplain
Commits
352c8d46
Commit
352c8d46
authored
8 years ago
by
Thomas Wood
Browse files
Options
Downloads
Patches
Plain Diff
Generate .opamdebug directory commands with `make debug`
parent
2897038c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
generator/.gitignore
+1
-0
1 addition, 0 deletions
generator/.gitignore
generator/Makefile
+5
-1
5 additions, 1 deletion
generator/Makefile
with
6 additions
and
1 deletion
generator/.gitignore
+
1
−
0
View file @
352c8d46
...
@@ -10,3 +10,4 @@ tests/jsref/assembly.js
...
@@ -10,3 +10,4 @@ tests/jsref/assembly.js
tests/jsref/lineof.js
tests/jsref/lineof.js
tests/jsref/.depends
tests/jsref/.depends
tests/jsref/displayed_sources.js
tests/jsref/displayed_sources.js
.ocamldebug
This diff is collapsed.
Click to expand it.
generator/Makefile
+
5
−
1
View file @
352c8d46
...
@@ -235,6 +235,7 @@ clean_stdlib:
...
@@ -235,6 +235,7 @@ clean_stdlib:
clean
:
clean_genjs clean_tests clean_stdlib
clean
:
clean_genjs clean_tests clean_stdlib
rm
-rf
_build
rm
-rf
_build
bash
-c
"rm -rf .ocamldebug"
rm
-f
*
.native
*
.byte
rm
-f
*
.native
*
.byte
...
@@ -242,7 +243,10 @@ clean: clean_genjs clean_tests clean_stdlib
...
@@ -242,7 +243,10 @@ clean: clean_genjs clean_tests clean_stdlib
#####################################################################
#####################################################################
# Extra
# Extra
debug
:
main.d.byte
debug
:
main.d.byte .ocamldebug
.ocamldebug
:
_tags
grep
-o
"package([^)]*)"
_tags |
sed
"s/package(
\(
[^)]*
\)
)/
\1
/"
| xargs ocamlfind query
-recursive
|
sed
"s/^/directory /"
>
.ocamldebug
native
:
_tags
native
:
_tags
$(
OCAMLBUILD
)
main.native
$(
OCAMLBUILD
)
main.native
...
...
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