make-w32
[Top][All Lists]
Advanced

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

Re: Running a batch file within a makefile


From: Paul D. Smith
Subject: Re: Running a batch file within a makefile
Date: Wed, 25 Aug 2004 14:49:16 -0400

In GNU make you export variables to the environment by exporting them:

    FOO = bar
    export FOO

or, together:

    export FOO = bar

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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




reply via email to

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