Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 16:11:05 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, jb@cimlogic.com.au
Cc:        freebsd-current@FreeBSD.ORG, wpub1@triton.net
Subject:   Re: Can't "make buildworld"
Message-ID:  <199806100611.QAA26711@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>It was my recent addition of the MACHINE_ARCH test in src/Makefile that
>(a) allowed src/Makefile to build world on alpha; and (b) caused the build
>world on oldish systems to fail. In this case, I don't think the make ever
>gets to the point of being able to make 'make' - with or without the -I.
>
>I guess the conclusion then is that the top level is doing too much.

That's easy to fix using an ifdef like the one for editing .MAKEFLAGS,
or just using the usual conditional expression for testing possibly-
unset variables.

I guess the conclusion is actually that make's (non) expansion of unset
variables in ifdefs sucks.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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