Index: head/release/amd64/amd64.conf =================================================================== --- head/release/amd64/amd64.conf (nonexistent) +++ head/release/amd64/amd64.conf (revision 325953) @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build amd64/amd64. + +TARGET="amd64" +TARGET_ARCH="amd64" +KERNEL="GENERIC" Property changes on: head/release/amd64/amd64.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/arm64/aarch64.conf =================================================================== --- head/release/arm64/aarch64.conf (nonexistent) +++ head/release/arm64/aarch64.conf (revision 325953) @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build arm64/aarch64 +# big-iron installation images (not system-on-chip (SoC) images). + +TARGET="arm64" +TARGET_ARCH="aarch64" +KERNEL="GENERIC" Property changes on: head/release/arm64/aarch64.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/i386/i386.conf =================================================================== --- head/release/i386/i386.conf (nonexistent) +++ head/release/i386/i386.conf (revision 325953) @@ -0,0 +1,12 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# 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: head/release/i386/i386.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/powerpc/powerpc.conf =================================================================== --- head/release/powerpc/powerpc.conf (nonexistent) +++ head/release/powerpc/powerpc.conf (revision 325953) @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build powerpc/powerpc. + +TARGET="powerpc" +TARGET_ARCH="powerpc" +KERNEL="GENERIC" Property changes on: head/release/powerpc/powerpc.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/powerpc/powerpc64.conf =================================================================== --- head/release/powerpc/powerpc64.conf (nonexistent) +++ head/release/powerpc/powerpc64.conf (revision 325953) @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build powerpc/powerpc64. + +TARGET="powerpc" +TARGET_ARCH="powerpc64" +KERNEL="GENERIC64" Property changes on: head/release/powerpc/powerpc64.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/powerpc/powerpcspe.conf =================================================================== --- head/release/powerpc/powerpcspe.conf (nonexistent) +++ head/release/powerpc/powerpcspe.conf (revision 325953) @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build powerpc/powerpcspe. + +TARGET="powerpc" +TARGET_ARCH="powerpcspe" +KERNEL="MPC85XXSPE" Property changes on: head/release/powerpc/powerpcspe.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/release/sparc64/sparc64.conf =================================================================== --- head/release/sparc64/sparc64.conf (nonexistent) +++ head/release/sparc64/sparc64.conf (revision 325953) @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# Configuration file for release/release.sh to build sparc64/sparc64. + +TARGET="sparc64" +TARGET_ARCH="sparc64" +KERNEL="GENERIC" Property changes on: head/release/sparc64/sparc64.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property