Bug 15383

Summary: 3.3 make rebuilds libraries every time
Product: Base System Reporter: jef <jef>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description jef 1999-12-09 18:50:03 UTC
In 3.3, with a simple program+library Makefile, a 'make' rebuilds the
library every time.  In 3.2 and other OSs, it behaves correctly and does
nothing after the first build.  Also if I use 'make -r' under 3.3, telling
it to ignore /usr/share/mk/sys.mk, I get the correct behavior.

This is similar to PRs 10274 and 13039, but probably not the same bug,
since those occur in older releases and this one does not.

How-To-Repeat: Fetch test case from http://www.acme.com/tmp/crap.tar.gz
Unpack, make, make, make.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-10 09:19:48 UTC
State Changed
From-To: open->closed

Fixed in 3.3-STABLE as of Wed 15 Sep 199.  See PR 13039.