OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Marc Espie (espieschutzenberger.liafa.jussieu.fr)
Date: Tue May 01 2001 - 11:43:55 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Tue, May 01, 2001 at 12:29:40AM -0700, Jacob Meuser wrote:
    > On Tue, May 01, 2001 at 08:39:11AM +0200, Camiel Dobbelaar wrote:
    > >
    > > Try:
    > > FLAVOR="gettext imap mhash mcrypt curl postgresql" make install
    > >
    > > The old behaviour is deprecated.
    > >
    > # env FLAVOR="gettext imap blah blah"
    >
    > need the env(1)

    Nope, the env makes it shell-independent, so it's put in as an example
    so that we don't have to explain c-shell/bourne shell stuff.

    Incidentally: flavor="something"
    never worked. (Mind the capitalization).

    The old syntax: make FLAVOR="something"
    was a dumb mistake of mine. It ensures FLAVOR is passed down to dependent
    ports in a way that's very, very hard to circumvent, whereas
    FLAVOR=' ' make
    is easy to change by doing unset FLAVOR in the make fragments.