jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Calling Makefile from different directory


begin  Martin Klaiber <martinkl@xxxxxxxxxxxxxxxxxx> wrote:
> Does someone know a way to tell JED to start compiling from the
> directory where I started JED?  Calling make with 
>
>     make -f ../Makefile

What about "make -C .."

,----[ man make ]---
|   -C dir
|         Change to directory dir before reading the makefiles or doing any-
|         thing  else.  If multiple -C options are specified, each is inter-
|         preted relative to the previous one: -C / -C etc is equivalent  to
|         -C  /etc.   This  is  typically used with recursive invocations of
|         make.
`----

HTH, Joerg.
end.
-- 
Wer eher stirbt ist länger tot.
    	 	    	       			(Un B. Kant)

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]