From owner-freebsd-current Thu Mar 7 15:05:12 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA01923 for current-outgoing; Thu, 7 Mar 1996 15:05:12 -0800 (PST) Received: from tfd.com (tfd.com [206.205.61.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA01905 for ; Thu, 7 Mar 1996 15:05:05 -0800 (PST) Received: from sneezy.tfd.com by tfd.com with SMTP id AA29531 (5.65b/IDA-1.4.3 for freebsd-current@freebsd.org); Thu, 7 Mar 96 18:04:58 -0500 Received: by sneezy id AA03116 (5.65b/IDA-1.4.3 for freebsd-current@freebsd.org); Thu, 7 Mar 96 18:03:50 -0500 Date: Thu, 7 Mar 96 18:03:50 -0500 From: Kent Hauser Message-Id: <9603072303.AA03116@sneezy> To: freebsd-current@freebsd.org Subject: `make -DCLOBBER world' fails Sender: owner-current@freebsd.org Precedence: bulk The problem is that programs are compiled & run to generate some libs before `crt0.o' is created. Examples include "gnu/lib/libgmp" and "lib/libmytinfo". This problem could be prevented by moving the cd ${.CURDIR}/lib/csu/i386 && ${MAKE} depend all install .... to the beginning of the lib make. Kent