On Thu, 31 Mar 2005 20:46:31 +0200 Christoph Gysin <[EMAIL PROTECTED]>
wrote:
| Juergen Fiedler wrote:
| > If you really feel the need to cram it all onto one line, you could
| > #CFLAGS="whatever" && CXXFLAGS=CFLAGS && emerge something
| 
| without the typo and even smaller:
| # CFLAGS="whatever" && CXXFLAGS=$CFLAGS emerge something

CFLAGS="whatever" CXXFLAGS="$CFLAGS" emerge fnord

No &&.

Better yet:

EXTRA="blah" CFLAGS="$(portageq envvar CFLAGS ) ${EXTRA}" \
CXXFLAGS="$(portageq envvar CXXFLAGS) ${EXTRA}" emerge fnord

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm

Attachment: pgpJ6ilkdORYv.pgp
Description: PGP signature

Reply via email to