Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
c7da6525
Commit
c7da6525
authored
Mar 21, 2017
by
yoogx
Browse files
* Filter out polyorb-hi-c subdir
parent
97aacaf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-build_utils.adb
View file @
c7da6525
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -1423,7 +1423,9 @@ package body Ocarina.Backends.Build_Utils is
Write_Line
(
"###################################################"
);
Write_Eol
;
Write_Str
(
"SUBDIRS = $(filter-out Makefile, $(wildcard *))"
);
Write_Str
(
"SUBDIRS = "
&
"$(filter-out Makefile polyorb-hi-c, $(wildcard *))"
);
Write_Eol
;
Write_Line
(
"all:"
);
Write_Line
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment