Re: [PATCH] Fix BUG macro

Stevie O (stevie@qrpff.net)
Fri, 17 May 2002 18:35:06 -0400


At 11:41 AM 5/17/2002 -0700, Andrew Morton wrote:

>> Well, a way to work around this would be to replace
>>
>> -I$(TOPDIR)/include
>>
>> with
>>
>> -I../../include
>>
>> on the command line, I suppose, with the right amount of "../". A bit
>> hackish, but it should do.
>
>Almost.. The final solution to all problems is to merge
>kbuild-2.5 and then to teach it to use relative pathnames
>when performing a build within the source tree. Presumably
>that's not hard, but I'm surely about to learn why it's
>not feasible.

What if you just let $TOPDIR = '../..' ?

--
Stevie-O

Real programmers use COPY CON PROGRAM.EXE

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/