Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
3a248bc8
Commit
3a248bc8
authored
Apr 22, 2010
by
Roland Levillain
Browse files
Simplify build_unit_test.sh thanks to AM_DEFAULT_SOURCE_EXT.
* build-aux/build_unit_test.sh: No longer output `*_SOURCES' variables.
parent
12d0a854
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3a248bc8
2010-04-22 Roland Levillain <roland@lrde.epita.fr>
Simplify build_unit_test.sh thanks to AM_DEFAULT_SOURCE_EXT.
* build-aux/build_unit_test.sh: No longer output `*_SOURCES'
variables.
2010-02-17 Roland Levillain <roland@lrde.epita.fr>
Require Automake 1.11.
...
...
build-aux/build_unit_test.sh
View file @
3a248bc8
...
...
@@ -121,8 +121,6 @@ EOF
echo
"
$cppflags
\$
{AM_CPPFLAGS}"
>>
"
$output
"
echo
"
$ldflags
\$
{AM_LDFLAGS}"
>>
"
$output
"
fi
echo
"
${
NAME
}
_SOURCES =
$FILE_CC
"
>>
"
$output
"
done
# End conditions if necessary
...
...
@@ -210,4 +208,4 @@ add_targets "$HEADERS" "$output_dir" "$output" ""
# Remove temporary files
rm
-f
"
$ignored_list
"
\ No newline at end of file
rm
-f
"
$ignored_list
"
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