Re: [PATCH] add MAKEOBJDIRPREFIX variable

Dario Freni <[email protected]>
Newsgroups gmane.os.freebsd.freesbie
Message-ID <[email protected]>
Marco Molteni wrote:
[...]

Thanks for the patch, I'm going to commit it only with this modification.

--- freesbie2/scripts/launch.sh Thu Jan  5 00:11:13 2006
+++ freesbie2.molter/scripts/launch.sh     Thu Jan  5 00:08:14 2006
@@ -47,10 +47,9 @@
 ARCH=${ARCH:-`uname -m`}

 # Some variables can be passed to make only as environment, not as
parameters.
-# usage: env $MAKE_ENV make $makeargs
-MAKE_ENV=${MAKE_ENV:-}
-
-if [ ! -z $MAKEOBJDIRPREFIX ]; then
+# usage: $MAKE_ENV make $makeargs
+MAKE_ENV=""
+if [ $MAKEOBJDIRPREFIX ]; then
     MAKE_ENV="$MAKE_ENV MAKEOBJDIRPREFIX=$MAKEOBJDIRPREFIX"
 fi


-- 
Dario Freni ([email protected])
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc
-- 
FreeSBIE mailing list (http://www.freesbie.org)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.