help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generated Makefiles and multi-arch builds


From: Sankaranarayanan K V
Subject: Generated Makefiles and multi-arch builds
Date: Thu, 4 Jan 2001 11:11:28 +0530
User-agent: Mutt/1.2.5i

Hi,

I am trying to use the multi-architecture build scheme described in

http://paulandlesley.org/gmake/multi-arch.html

coupled with Makefile generation.

I am facing problems getting it right.

For example, the following change wreaks havoc:

Instead of

  Makefile: ;

in the target.mk file, I tried to put:

  Makefile: Makefile.in
            cp Makefile.in Makefile

and things stop working.

The lines above cause the following

  % :: ; 

rule to get fired.

Is there a way out?

Regards
Sankar

-- 
Sankaranarayanan K. V.          | address@hidden
Motorola India Electronics Ltd  | http://www.mot.com/miel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]