Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
af1dfe33
Commit
af1dfe33
authored
Feb 03, 2013
by
Axel Auweter
Browse files
Nicer Makefile output about Library Path environment variable.
parent
e1fffa21
Changes
1
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
af1dfe33
...
...
@@ -20,7 +20,7 @@ check-thrift-env:
@
if
[
"
$U
"
=
"Darwin"
]
;
then
\
R
=
`
echo
$$
DYLD_LIBRARY_PATH |
grep
$P
`
;
\
if
[
"
$$
R"
=
""
]
;
then
\
echo
"******************************************"
;
echo
"Please type: "
;
echo
' export DYLD_LIBRARY_PATH=$$DYLD_LIBRARY_PATH:$P'
;
echo
"******************************************"
;
\
echo
"******************************************"
;
echo
"Please type
the following line before running
: "
;
echo
' export DYLD_LIBRARY_PATH=$$DYLD_LIBRARY_PATH:$P'
;
echo
"******************************************"
;
\
fi
;
\
fi
...
...
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