Re: GNU Make
From: Paul D. Smith (psmith_at_gnu.org)
Date: 06/25/04
- Previous message: Jakir: "Re: GNU Make"
- In reply to: Jakir: "Re: GNU Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jun 2004 14:14:26 -0400
%% jakir@coolgoose.com (Jakir) writes:
j> We have our Make which doesnot support the above syntax " := ". I
j> have a Make file which contains the above syntax and when I try to
j> build using our Make utility it fails, while it works properly with
j> the GNU Make. While investigating and trying to minimize the
j> problem, I came accross the above Syntax which is creating the
j> problem. So I want to replace the above syntax. I want to write a
j> make file which would give me the same functionality that it gives
j> with the above syntax.
Well, you don't say what "your make" is, so there's no way we can help
you translate into syntax that it will accept.
It's entirely possible that there is _NO_ way to perform that operation
in your make: many versions of make cannot perform that sort of variable
value manipulation, such as adding extensions to files (or removing
them).
Maybe you should consider building GNU make on your platform and just
using that, rather than trying to rewrite your makefiles. It would
probably take you less than 30 minutes to build it... less than you've
already invested in this news thread, probably :). Just a thought.
-- ------------------------------------------------------------------------------- Paul D. Smith <psmith@gnu.org> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Previous message: Jakir: "Re: GNU Make"
- In reply to: Jakir: "Re: GNU Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|