FreeBSD Bugzilla – Attachment 8234 Details for
Bug 17328
no USA_RESIDENT define while make release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 962 bytes, created by
edwardc
on 2000-03-12 00:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwardc
Created:
2000-03-12 00:20:00 UTC
Size:
962 bytes
patch
obsolete
>--- Makefile.orig Sat Mar 4 04:39:22 2000 >+++ Makefile Sun Mar 12 08:12:37 2000 >@@ -142,6 +142,9 @@ > .if !defined(CHROOTDIR) || !defined(BUILDNAME) || !defined(CVSROOT) > @echo "To make a release you must set CHROOTDIR, BUILDNAME and CVSROOT" && > .endif >+.if !defined(USA_RESIDENT) >+ @echo "You must set USA_RESIDENT to YES or NO if you are resident in USA." >+.endif > .if make(release) > .if exists(${CHROOTDIR}) > # The first command will fail on a handful of files that have their schg >@@ -238,6 +241,8 @@ > .endif > # Don't remove this, or the build will fall over! > echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk >+ # add USA_RESIDENT since openssl add to the source tree >+ echo "export USA_RESIDENT=${USA_RESIDENT}" >> ${CHROOTDIR}/mk > echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk > echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk > echo " cd /usr/src" >> ${CHROOTDIR}/mk
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17328
: 8234