Bug 17328

Summary: no USA_RESIDENT define while make release
Product: Base System Reporter: edwardc <edwardc>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description edwardc 2000-03-12 00:20:00 UTC
	There's no USA_RESIDENT to stuff in ${CHROOTDIR}/mk while make
	release, so it will broken while execute make world after chroot.

	Please commit this ASAP. I think it's critical for future release.

How-To-Repeat: 
	cd /usr/src/release ; make release
Comment 1 Ruslan Ermilov 2000-03-13 08:51:01 UTC
On Sun, Mar 12, 2000 at 08:16:56AM +0800, edwardc@firebird.org.tw wrote:
> 
> >Number:         17328
> >Category:       misc
> >Synopsis:       no USA_RESIDENT define while make release
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       high
> >Release:        FreeBSD 4.0-CURRENT i386
> 
> 	There's no USA_RESIDENT to stuff in ${CHROOTDIR}/mk while make
> 	release, so it will broken while execute make world after chroot.
> 
> 	Please commit this ASAP. I think it's critical for future release.
> 
You could set USA_RESIDENT in the environment, or on the make(1)'s command
line.


-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank,
ru@FreeBSD.org		FreeBSD committer,
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age
Comment 2 cpiazza freebsd_committer freebsd_triage 2000-03-16 03:22:23 UTC
State Changed
From-To: open->closed

Similar addition to src/release/Makefile was done by jkh on Mar. 12. 
Thanks!