Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 1998 18:33:45 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jb@FreeBSD.ORG
Subject:   Re: cvs commit: src/games/hack Makefile
Message-ID:  <199808150833.SAA28597@godzilla.zeta.org.au>

index | next in thread | raw e-mail

>  Modified files:
>    games/hack           Makefile 
>  Log:
>  Build the makedefs program static to avoid trying to use the shared
>  loader before it has been installed in an aout to elf transition build.

This was already fixed in rev.1.16 (honour CFLAGS ...).  `make world'
builds everything (that actually honours CFLAGS) static by putting
-static in CFLAGS (except in the NOCLEAN case) to avoid hundreds of
problems like this.  NOCLEAN just can't be used for transition builds.

Bruce


home | help

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