Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
goaljobs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
OpenSource
goaljobs
Commits
9900fdca
Commit
9900fdca
authored
9 years ago
by
Richard W.M. Jones
Browse files
Options
Downloads
Patches
Plain Diff
Fix META file and goaljobs script to work with installed package.
parent
86d6a087
No related branches found
Branches containing commit
Tags
ArduCopter-2.1.0-Alpha
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
META.in
+10
-13
10 additions, 13 deletions
META.in
goaljobs
+3
-1
3 additions, 1 deletion
goaljobs
with
13 additions
and
14 deletions
META.in
+
10
−
13
View file @
9900fdca
name="goaljobs"
# http://projects.camlcity.org/projects/dl/findlib-1.3.3/doc/guide-html/x412.html
version="@PACKAGE_VERSION@"
name = "goaljobs"
description="make & cron replacement and business rules manager"
version = "@PACKAGE_VERSION@"
requires="unix,calendar"
description = "make & cron replacement and business rules manager"
archive(byte)="goaljobs.cma"
archive(native)="goaljobs.cmxa"
package "syntax" (
requires = "camlp4,unix,calendar"
version="@PACKAGE_VERSION@"
requires="camlp4"
archive(syntax,toploop) = "pa_goal.cmo goaljobs.cma"
description="goaljobs syntax extension"
archive(syntax,preprocessor) = "-parser o -parser op -printer p pa_goal.cmo"
archive(syntax,preprocessor) = "-parser o -parser op -printer p unix.cma goaljobs.cma pa_goal.cmo"
archive(syntax,byte) = "goaljobs.cma"
archive(syntax,toploop) = "unix.cma goaljobs.cma pa_goal.cmo"
archive(syntax,native) = "goaljobs.cmxa"
)
This diff is collapsed.
Click to expand it.
goaljobs
+
3
−
1
View file @
9900fdca
...
@@ -122,7 +122,9 @@ echo "Goaljobs.init ()" >> $main
...
@@ -122,7 +122,9 @@ echo "Goaljobs.init ()" >> $main
declare
-a
pkg
declare
-a
pkg
if
[
"
$pkgdir
"
=
""
]
;
then
if
[
"
$pkgdir
"
=
""
]
;
then
pkg[0]
=
"-package"
pkg[0]
=
"-package"
pkg[1]
=
"goaljobs,goaljobs.syntax"
pkg[1]
=
"goaljobs"
pkg[2]
=
"-syntax"
pkg[3]
=
"goaljobs"
else
else
# Get the dependencies manually. Note that calendar requires
# Get the dependencies manually. Note that calendar requires
# unix & str.
# unix & str.
...
...
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