| Summary: | no USA_RESIDENT define while make release | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | edwardc <edwardc> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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 State Changed From-To: open->closed Similar addition to src/release/Makefile was done by jkh on Mar. 12. Thanks! |
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