[3723] in Athena Bugs

home help back first fref pref prev next nref lref last post

6.3 (and 6.4) VS2: make "VPATH"

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Mon Nov 27 14:55:52 1989

Date: Mon, 27 Nov 89 12:33:47 -0500
From: Ken Raeburn <Raeburn@MIT.EDU>
To: bugs@MIT.EDU

 [multics!raeburn]
 {/site/raeburn/vax-gcc-1.37}
<1021 12:26pm> % grep prometheus Makefile
VPATH = /prometheus/u1/raeburn/gcc-1.37
srcdir = /prometheus/u1/raeburn/gcc-1.37
 [multics!raeburn]
 {/site/raeburn/vax-gcc-1.37}
<1022 12:26pm> % make
##################### Entering /site/raeburn/vax-gcc-1.37 ####################
cc -c -g   -I. -I/prometheus/u1/raeburn/gcc-1.37 -I/prometheus/u1/raeburn/gcc-1.37/config /prometheus/u1/raeburn/gcc/toplev.c
/prometheus/u1/raeburn/gcc/toplev.c:53: insn-attr.h: No such file or directory
*** Exit 1

Stop.
##################### Exiting /site/raeburn/vax-gcc-1.37 #####################
Exit 1               make
 [multics!raeburn]
 {/site/raeburn/vax-gcc-1.37}
<1023 12:27pm> %

The directory /prometheus/u1/raeburn contains two subdirectories, gcc
and gcc-1.37.  The gcc-1.37 directory should be getting used
throughout this build; the gcc directory should never be used.
Instead, make is using the gcc directory for the sources.

-- Ken

home help back first fref pref prev next nref lref last post