mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
*/*: fix elog --> einfo
Fixing my mistake from previous changes. I mistook between the two (I want just a nice output in build.log, not outputing it to the user). Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
bbbb0e637d
commit
12f3672a64
@ -30,7 +30,7 @@ src_compile() {
|
||||
build
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
bin/${PN} completion bash > ${PN}.bash || die
|
||||
bin/${PN} completion zsh > ${PN}.zsh || die
|
||||
bin/${PN} completion fish > ${PN}.fish || die
|
||||
|
||||
@ -26,7 +26,7 @@ src_compile() {
|
||||
ego build "${myegoargs[@]}" -o ${PN} main.go
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
./kompose completion bash > ${PN}.bash || die
|
||||
./kompose completion zsh > ${PN}.zsh || die
|
||||
./kompose completion fish > ${PN}.fish || die
|
||||
|
||||
@ -21,7 +21,7 @@ src_compile() {
|
||||
ego build -o jira ./cmd/jira
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
# those commands exit OK with 1, so we can't use die
|
||||
|
||||
./jira --completion-script-bash > jira.bash
|
||||
|
||||
@ -24,7 +24,7 @@ src_compile() {
|
||||
ego build ./cmd/rdap
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
# those commands exit OK with 1, so we can't use die
|
||||
|
||||
./rdap --completion-script-bash > rdap.bash
|
||||
|
||||
@ -27,7 +27,7 @@ src_compile() {
|
||||
emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
_output/bin/${PN} completion bash > ${PN}.bash || die
|
||||
_output/bin/${PN} completion zsh > ${PN}.zsh || die
|
||||
fi
|
||||
|
||||
@ -27,7 +27,7 @@ src_compile() {
|
||||
emake -j1 GOFLAGS="${GOFLAGS}" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
_output/bin/${PN} completion bash > ${PN}.bash || die
|
||||
_output/bin/${PN} completion zsh > ${PN}.zsh || die
|
||||
fi
|
||||
|
||||
@ -26,7 +26,7 @@ src_compile() {
|
||||
WHAT=cmd/${PN}
|
||||
|
||||
if ! tc-is-cross-compiler; then
|
||||
elog "generating shell completion files"
|
||||
einfo "generating shell completion files"
|
||||
_output/bin/${PN} completion bash > ${PN}.bash || die
|
||||
_output/bin/${PN} completion zsh > ${PN}.zsh || die
|
||||
_output/bin/${PN} completion fish > ${PN}.fish || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user