Date: Fri, 01 Aug 2003 20:32:48 +0100 From: Mark Murray <mark@grondar.org> To: Garance A Drosihn <drosih@rpi.edu> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile Message-ID: <200308011932.h71JWmZ2096463@grimreaper.grondar.org> In-Reply-To: Your message of "Fri, 01 Aug 2003 14:48:14 EDT." <p052106b0bb5065c91008@[128.113.24.47]>
next in thread | previous in thread | raw e-mail | index | archive | help
Garance A Drosihn writes: > >Will this fix "make rerelease"? > > I don't think it will do much for 'make rerelease', but then I > don't know what problem comes up for 'make rerelease'. Does > that die while trying to build /rescue? The actual breakage comes much later. It looks like building rescue/ causes some .o files to be made with -DFOO type options. Later, the "real" binaries are built without the -DFOO, and link errors and the like result. It looks like there is a conflict with ${.OBJDIR}, in that for each build, a separate ${.OBJDIR} should be used. M -- Mark Murray iumop ap!sdn w,I idlaH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308011932.h71JWmZ2096463>