Subject: interesting make(1) bug
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 01/24/1994 19:40:13
In case you are wondering why the some of the makefiles don't work
in different architectures...
% cd /usr/src/lib/libarch
% /usr/bin/make -dc
lhs = "i386", rhs = "ns32k", op = ==
left = 0.000000, right = 0.000000, op = !=
% /4.4bsd/usr/bin/make
lhs = "i386", rhs = "ns32k", op = ==
lhs = "i386", rhs = "i386", op = !=
Just because it appears to work, don't believe it :-)
christos
------------------------------------------------------------------------------