ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/release/i386/i386.conf
Revision: 11832
Committed: Fri Jul 13 00:17:57 2018 UTC (5 years, 9 months ago) by laffer1
Content type: text/plain
File size: 263 byte(s)
Log Message:
add config script

File Contents

# Content
1 #!/bin/sh
2 #
3 # $MidnightBSD$
4 #
5
6 # Configuration file for release/release.sh to build i386/i386.
7 # Note: CHROOT_MAKEENV assumes the build host is amd64.
8
9 TARGET="i386"
10 TARGET_ARCH="i386"
11 KERNEL="GENERIC"
12 CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain