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
pub
frama-c
Commits
c762eada
Commit
c762eada
authored
Mar 30, 2020
by
Andre Maroneze
Browse files
[Makefile] fix make src-distrib
parent
62c282b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c762eada
...
...
@@ -319,7 +319,7 @@ DISTRIB_TESTS=$(shell git ls-files \
tests
\
src/plugins/aorai/tests
\
src/plugins/report/tests
\
src/plugins/wp/tests
)
src/plugins/wp/tests
|
$(SED)
's/ /@/g'
)
# files that are needed to compile API documentation of external plugins
...
...
@@ -2437,7 +2437,7 @@ endif
@
#although it seems to segfault in 4.0
(
but not
in
4.1
)
$(RM)
file_list_to_archive.tmp
@
$(
foreach
file,
$(DISTRIB_FILES)
$(DISTRIB_TESTS)
,
\
echo
$(file)
>>
file_list_to_archive.tmp
$(NEWLINE)
)
echo
$(file)
|
$(SED)
's/@/ /g'
>>
file_list_to_archive.tmp
$(NEWLINE)
)
$(TAR)
-cf
-
--files-from
file_list_to_archive.tmp |
$(TAR)
-C
$(CLIENT_DIR)
-xf
-
$(RM)
file_list_to_archive.tmp
$(PRINT_MAKING)
files
...
...
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