Bug 19725

Summary: 4.0-STABLE: sys/boot/ficl build fails if POSIXLY_CORRECT env set
Product: Base System Reporter: gshapiro+freebsd-bugs <gshapiro+freebsd-bugs>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description gshapiro+freebsd-bugs 2000-07-06 04:40:01 UTC
To get CVS generated patches to work properly, I have the POSIXLY_CORRECT
environment variable set.  When doing a 'make buildworld', this interfers
with awk using strftime for sys/boot/ficl/ and the build fails.

Fix: 

The environment should be cleaned of things that might interfere with
the build.
How-To-Repeat: setenv POSIXLY_CORRECT YES
cd /usr/src/sys/boot/ficl
make
Comment 1 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-11-20 03:48:14 UTC
State Changed
From-To: open->closed

Close my own PR as this isn't an issue any more -- it works in 4.4-STABLE (and 
probably earlier versions)