OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distname
(Results
1 - 3
of
3
) sorted by null
/external/chromium/build/
install-chroot.sh
115
[ "$j" -eq "$n" ] && {
distname
="$i"; break; }
133
target="${
distname
}${arch}"
145
grep ubuntu.com /usr/share/debootstrap/scripts/"${
distname
}" >&/dev/null && {
147
echo "Would you like to add ${
distname
}-updates and ${
distname
}-security "
174
grep ubuntu.com /usr/share/debootstrap/scripts/"${
distname
}" >&/dev/null &&
178
sudo debootstrap ${archflag} "${
distname
}" /var/lib/chroot/"${target}" \
182
grep ubuntu.com /usr/share/debootstrap/scripts/"${
distname
}" >&/dev/null &&
189
description=${brand} ${
distname
} ${arch}
282
"${host_distro}" = "${
distname
}" -a "${arch}" = 32bit ] &&
[
all
...]
/external/srtp/
Makefile
211
distname
= srtp-$(shell cat VERSION)
macro
215
if [ -f ../$(
distname
).tgz ]; then \
216
mv ../$(
distname
).tgz ../$(
distname
).tgz.bak; \
218
cd ..; tar cvzf $(
distname
).tgz srtp
/external/srtp/crypto/
Makefile
124
distname
= crypto-$(shell cat VERSION)
macro
127
cd ..; tar cvzf $(
distname
).tgz crypto/
Completed in 239 milliseconds