Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
macaronideath
fc-pregmod
Commits
016178d8
Commit
016178d8
authored
5 years ago
by
vas
Browse files
Options
Downloads
Patches
Plain Diff
more sensible handling of tweego
parent
09c65944
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
makefile
+2
-4
2 additions, 4 deletions
makefile
with
2 additions
and
4 deletions
makefile
+
2
−
4
View file @
016178d8
...
@@ -3,8 +3,8 @@ HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD)
...
@@ -3,8 +3,8 @@ HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD)
COMMIT
:=
$(
git rev-parse
--short
HEAD
)
COMMIT
:=
$(
git rev-parse
--short
HEAD
)
uname
:=
$(
shell
uname
-s
)
uname
:=
$(
shell
uname
-s
)
arch
:=
$(
shell
uname
-m
)
arch
:=
$(
shell
uname
-m
)
TWEEGO
:=
$(
shell
command
-v
tweego
;
echo
"
$?
"
)
TWEEGO
:=
$(
shell
command
-v
tweego
||
echo
"
$
$
?"
)
if
n
eq
($(TWEEGO),
0
)
ifeq
($(TWEEGO),
1
)
ifeq
($(uname),Linux)
ifeq
($(uname),Linux)
ifeq
($(arch),x86_64)
ifeq
($(arch),x86_64)
TWEEGO
:=
./devTools/tweeGo/tweego_nix64
TWEEGO
:=
./devTools/tweeGo/tweego_nix64
...
@@ -18,8 +18,6 @@ ifneq ($(TWEEGO),0)
...
@@ -18,8 +18,6 @@ ifneq ($(TWEEGO),0)
TWEEGO
:=
./devTools/tweeGo/tweego_osx86
TWEEGO
:=
./devTools/tweeGo/tweego_osx86
endif
endif
endif
endif
else
TWEEGO
:=
"tweego"
endif
endif
all
:
bin/FC_pregmod.html bin/resources
all
:
bin/FC_pregmod.html bin/resources
...
...
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