Re: GNU Make

From: Paul D. Smith (psmith_at_gnu.org)
Date: 06/25/04

  • Next message: Ian Wilson: "Re: grep in cmd box"
    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
    

  • Next message: Ian Wilson: "Re: grep in cmd box"

    Relevant Pages

    • RE: Inserting an Email Address fails.
      ... Inserting an Email Address fails. ... Isn't the syntax for INSERT ... ... neither of which works and both return pretty much the same error message. ...
      (perl.dbi.users)
    • Re: Range Object error
      ... I guess I am still confused by the syntax highlighted by this example ... and this fails too ... Excel not agreeing on exactly which Range/Cells are being referenced. ... I am obviously referencing the RANGE object incorrectly but I dont see ...
      (microsoft.public.excel.programming)
    • Re: Cant retreive Date it gives me the same exception
      ... // following syntax works in dbaccess, but fails with ... // following syntax doesn't fail, ... Informix can bind integers to date columns, ... preparedStatement with a question mark placeholder in the SQL string, ...
      (comp.databases.informix)
    • Re: Syntax for multiple WHERE in recordset?
      ... > Is it possible to create a command object on an un-bound control and ... > build the relevant sql criteria that way and subsequently copy the ... > I will reformat it and try your syntax again. ... If it still fails post the code, the actual SQL statement and what the error ...
      (microsoft.public.vb.controls)
    • Re: error trying to change topmargin
      ... >the vb6 program runns fine changes the orienation and then fails on ... >changeing the top margin. ... the syntax is perfectly legal. ...
      (microsoft.public.word.vba.customization)