Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 23:36:58 +0200
From:      Eitan Adler <eitanadlerlist@gmail.com>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Porting question
Message-ID:  <a0777e081001301336j3f05238csc5faf10dc6826074@mail.gmail.com>
In-Reply-To: <4B5DD3A6.4010203@infracaninophile.co.uk>
References:  <00d801ca9ddf$05054620$0f0fd260$@org> <4B5DD3A6.4010203@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Can't you do something like this?

>
> pre-everything:
>        @if [ ! -f /usr/src/sys/conf/newvers.sh ] ; then         \
>            ${ECHO_MSG} "==> Error: Can't find kernel sources" ; \
>            ${FALSE} ;                                           \
>        fi
>
IMHO it is better to use IGNORE= than ${FALSE} due to  index building



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a0777e081001301336j3f05238csc5faf10dc6826074>