Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 96 18:03:50 -0500
From:      Kent Hauser <kent@tfd.com>
To:        freebsd-current@freebsd.org
Subject:   `make -DCLOBBER world' fails
Message-ID:  <9603072303.AA03116@sneezy>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9603072303.AA03116>