[Midnightbsd-cvs] src [11832] trunk/release/i386/i386.conf: add config script
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jul 12 20:17:58 EDT 2018
Revision: 11832
http://svnweb.midnightbsd.org/src/?rev=11832
Author: laffer1
Date: 2018-07-12 20:17:57 -0400 (Thu, 12 Jul 2018)
Log Message:
-----------
add config script
Added Paths:
-----------
trunk/release/i386/i386.conf
Added: trunk/release/i386/i386.conf
===================================================================
--- trunk/release/i386/i386.conf (rev 0)
+++ trunk/release/i386/i386.conf 2018-07-13 00:17:57 UTC (rev 11832)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# $MidnightBSD$
+#
+
+# Configuration file for release/release.sh to build i386/i386.
+# Note: CHROOT_MAKEENV assumes the build host is amd64.
+
+TARGET="i386"
+TARGET_ARCH="i386"
+KERNEL="GENERIC"
+CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
Property changes on: trunk/release/i386/i386.conf
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list