Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITS
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
ITS - Intelligent Transport Systems
ITS
Commits
60528151
Commit
60528151
authored
7 years ago
by
garciay
Browse files
Options
Downloads
Patches
Plain Diff
Update for cygwin support
parent
bce3d79b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
asn1/Makefile
+6
-1
6 additions, 1 deletion
asn1/Makefile
with
6 additions
and
1 deletion
asn1/Makefile
+
6
−
1
View file @
60528151
...
...
@@ -37,7 +37,12 @@ ASN1C:=asn1c
#ASN1C_PATH =
ifneq
(, $(ASN1C_PATH))
OS
=
$(
shell
uname
)
ifneq
("CYGWIN_NT-6.1", $(OS))
ASN1C
:=
$(
ASN1C_PATH
)
/asn1c/asn1c
-S
$(
ASN1C_PATH
)
/skeletons
else
ASN1C
:=
$(
ASN1C_PATH
)
/asn1c/asn1c.exe
-S
$(
ASN1C_PATH
)
/skeletons
endif
endif
ifeq
(,$(ASN_DIR))
...
...
@@ -55,7 +60,7 @@ clean:
rm
-rf
$(
BIN_DIR
)
$(BIN_DIR)/../$(ASN_LIBRARY)
:
$(BIN_DIR)/Makefile
make
--trace
-C
$(
BIN_DIR
)
all
make
-C
$(
BIN_DIR
)
all
$(BIN_DIR)
:
mkdir
-p
$@
...
...
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