ref: b0c5d15dfeaf7e9fe1ad4086c40d51d070ae0323
parent: 5ccd7ec6e5ef5312dec0ad022584d9ff2c00b71e
author: joe9 <joe9mail@gmail.com>
date: Wed Jul 7 18:09:52 EDT 2021
removed my local mkconfig files
--- a/mkconfig.9front_amd64
+++ /dev/null
@@ -1,35 +1,0 @@
-#
-# Set the following 4 variables. The host system is the system where
-# the software will be built; the target system is where it will run.
-# They are almost always the same.
-
-# On Nt systems, the ROOT path MUST be of the form `drive:/path'
-# ROOT=/usr/inferno
-ROOT=/mnt/term/home/j/local/plan9/custom/inferno-os
-
-#
-# Specify the flavour of Tk (std for standard builds)
-#
-TKSTYLE=std
-
-#
-# Except for building kernels, SYSTARG must always be the same as SYSHOST
-#
-SYSHOST=9front # Plan9 # build system OS type (AIX, Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
-SYSTARG=$SYSHOST # target system OS type (AIX, Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
-
-#
-# specify the architecture of the target system - Plan 9 imports it from the
-# environment; for other systems it is usually just hard-coded
-#
-# OBJTYPE=386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
-OBJTYPE=amd64
-# OBJTYPE=$objtype
-
-#
-# no changes required beyond this point
-#
-OBJDIR=$SYSTARG/$OBJTYPE
-
-<$ROOT/mkfiles/mkhost-$SYSHOST # variables appropriate for host system
-<$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE # variables used to build target object type
--- a/mkconfig.OpenBSD_amd64
+++ /dev/null
@@ -1,35 +1,0 @@
-#
-# Set the following 4 variables. The host system is the system where
-# the software will be built; the target system is where it will run.
-# They are almost always the same.
-
-# On Nt systems, the ROOT path MUST be of the form `drive:/path'
-# ROOT=/usr/inferno
-ROOT=/home/j/local/plan9/custom/inferno-os
-
-#
-# Specify the flavour of Tk (std for standard builds)
-#
-TKSTYLE=std
-
-#
-# Except for building kernels, SYSTARG must always be the same as SYSHOST
-#
-SYSHOST=OpenBSD # Plan9 # build system OS type (AIX, Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
-SYSTARG=$SYSHOST # target system OS type (AIX, Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
-
-#
-# specify the architecture of the target system - Plan 9 imports it from the
-# environment; for other systems it is usually just hard-coded
-#
-# OBJTYPE=386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
-OBJTYPE=amd64
-# OBJTYPE=$objtype
-
-#
-# no changes required beyond this point
-#
-OBJDIR=$SYSTARG/$OBJTYPE
-
-<$ROOT/mkfiles/mkhost-$SYSHOST # variables appropriate for host system
-<$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE # variables used to build target object type