Subject: bsd.lib.mk rule fixes
To: None <tech-userlevel@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: tech-userlevel
Date: 09/17/1995 18:29:31
As part of fixing the documented and non functional -j flag which
allows you to run multiple jobs in parallel, I have to fix first all
library rules that strip their objects. This is because they all write
their intermediate output to a.out which breaks when multiple compiles
are running in the same directory.

Is that ok?

christos