www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/06/18/13:20:50

To: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Problems with recursive make 3.69
Date: Sat, 18 Jun 1994 09:23:14 PDT
From: "Marty Leisner" <leisner AT sdsp DOT mc DOT xerox DOT com>

I'm having problems doing recursive makes on windows/dos...

Any care to decipher this:

I'm having a problem with recursive makefiles...

I'm running in windows...
Inclosed is the makefile on the output... I'm running msh and my
SHELL should be command.com...


MAKE=make

.PHONY: go32

all:    go32
        $(MAKE) first

first: go32
        $(MAKE) second

second: go32
        @echo hi there

go32:
        gcc -v

105$ make
gcc -v
gcc version 2.5.7
make first
make.exe[1]: Entering directory `c:/tmp'
gcc -v
gcc version 2.5.7
make second
make.exe[2]: Entering directory `c:/tmp'
gcc -v
CPU must be in REAL mode (not V86 mode) to run this program without VCPI.
(If you are using an EMS emulator, make sure that EMS isn't disabled)
make.exe[2]: *** [go32] Error 1
make.exe[2]: Leaving directory `c:/tmp'
make.exe[1]: *** [first] Error 1
make.exe[1]: Leaving directory `c:/tmp'
make.exe: *** [all] Error 1


marty

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019