help-make
[Top][All Lists]
Advanced

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

RE: Conditional build


From: Paul D. Smith
Subject: RE: Conditional build
Date: Tue, 11 Apr 2006 14:12:38 -0400

%% "PATTON, BILLY \(SBCSI\)" <address@hidden> writes:

  pb> all is not a shell command.
  pb> You might try
  pb> rom : RUNFROMFLASH=yes
  pb> rom : all

  pb> ram : RUNFROMFLASH=no
  pb> ram : all

This won't work if he's doing all his testing of RUNFROMFLASH in make
conditional statements, like:

    ifdef RUNFROMFLASH

etc.

-- 
-------------------------------------------------------------------------------
 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]