Hello,
when im using this command: "make -j 7 BUILD_SPEC=PPC32gnu DEBUG_MODE=1
TRACE=1 clean all" the make is not linking, so diden't get any
out-files.
Best regards,
i.A. Simon Depner
Dipl. Ing. (FH)
EMS
H. Stoll GmbH & Co. KG
Stollweg 1
D-72760 Re
On Mon, 2007-03-05 at 12:39 +0100, Depner, Simon wrote:
> when im using this command: "make -j 7 BUILD_SPEC=PPC32gnu
> DEBUG_MODE=1 TRACE=1 clean all" the make is not linking, so diden't
> get any out-files.
Sorry, but there's not nearly enough information here to allow us to
help you.
Further,
Hi,
We are using make 3.81 under CygWin (Windows XP SP2).
I have the following makefile: "test.make":
--8<-
VPATH := ../dir/
all: a
.SECONDARY:
a: b b
@echo "compile"
../dir/b:
--8<-
I am getting the following:
$