Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a7a01cc3
Commit
a7a01cc3
authored
Sep 27, 2018
by
Uwe Schulzweida
Browse files
make_cdilib_nc update.
parent
0f21b23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/make_cdilib_nc
View file @
a7a01cc3
...
...
@@ -153,7 +153,7 @@ listIncludes () {
scanlist
=
"
$files
"
fileList
=
until
test
"
foo
$scanlist
"
=
"
foo
"
;
do
until
test
"
x
$scanlist
"
=
"
x
"
;
do
curFile
=
"
$(
car
$scanlist
)
"
scanlist
=
"
$(
cdr
$scanlist
)
"
case
$curFile
in
...
...
@@ -175,7 +175,7 @@ echo file list:
echo
$fileList
for
file
in
$fileList
;
do
if
[
"
$file
"
=
"config.h"
-o
"
$file
"
=
"cgribex.h"
-o
"
$file
"
=
"gribapi.h"
-o
"
$file
"
=
"table.h"
]
;
then
if
[
"
$file
"
=
"config.h"
-o
"
$file
"
=
"cgribex.h"
-o
"
$file
"
=
"gribapi.h"
-o
"
$file
"
=
"table.h"
-o
"
$file
"
=
"exse.h"
-o
"
$file
"
=
"extra.h"
-o
"
$file
"
=
"ieg.h"
-o
"
$file
"
=
"service.h"
-o
"
$file
"
=
"stream_ext.h"
-o
"
$file
"
=
"stream_ieg.h"
-o
"
$file
"
=
"stream_srv.h"
]
;
then
echo
"skipped file:
$file
"
else
cat
$srcdir
/
$file
|
grep
-v
'^ *# *include *"'
>>
${
PROG
}
...
...
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