[8957] in Athena Bugs
Re: rsaix 7.3S: make
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Tue Feb 11 15:52:47 1992
From: epeisach@Athena.MIT.EDU
Date: Tue, 11 Feb 92 15:52:33 -0500
To: chance@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
In-Reply-To: [8956]
I think perhaps you are missing the functionality of make. Make is not
supposed to understand architectures, only dependencies. The functions.o
was compiled on another machine, but for all practical purposes, was up
to date. (Newer than all dependencies). If you are doing development on
multiple architectures, you can try using VPATH or making symlink farms
for each platform build tree. Anyhow, before going to a different
architecture, you should always do a make clean.
Ezra Peisach
I/S DCNS System Development