Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PolyORB-HI-C
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-C
Commits
ea07efa5
Commit
ea07efa5
authored
Jul 10, 2017
by
Jerome Hugues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Adjust loading strategy for makefile, to handle TASTE specific
situations For issue openaadl/ocarina#100
parent
1f6c6a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
share/make/Makefile.common.in
share/make/Makefile.common.in
+10
-0
No files found.
share/make/Makefile.common.in
View file @
ea07efa5
...
@@ -11,7 +11,17 @@ all: build-node
...
@@ -11,7 +11,17 @@ all: build-node
LOCAL_RUNTIME_PATH
=
$(
shell
pwd
)
/../polyorb-hi-c
LOCAL_RUNTIME_PATH
=
$(
shell
pwd
)
/../polyorb-hi-c
# Test whether we are simply including this makefile, e.g. to get some
# configuration parameters, or used as part of the general build from
# an Ocarina generated makefile
ifneq
($strip ($(wildcard $(LOCAL_RUNTIME_PATH)/config)),)
include
$(RUNTIME_PATH)/make/Makefile.$(TARGET)
else
include
$(LOCAL_RUNTIME_PATH)/make/Makefile.$(TARGET)
include
$(LOCAL_RUNTIME_PATH)/make/Makefile.$(TARGET)
endif
# Include user-defined makefile
-include
../../userdefined.mk
-include
../../userdefined.mk
ifneq
($(USE_CPP_LINKER),)
ifneq
($(USE_CPP_LINKER),)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment