repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove no longer necessary "(void) x; // avoid warnings".
[LibreOffice.git]
/
build_env.in
blob
bf1ace6985dceef94d707b6c95647f9135150e59
1
2
if hash lo_proxy_start 2>&- ; then
3
base_alias="lo_proxy_start"
4
else
5
base_alias="@SRC_ROOT@/solenv/bin/lo_proxy_start"
6
fi
7
8
alias build="$base_alias build"
9
alias deliver="$base_alias deliver"
10
11
unset base_alias