Step 0: mk/ Update Minix platform definition
We are transitionning from a full platform to a NetBSD variant, per the project policy of having a NetBSD userland. There is then little meaning in adapting all the NetBSD tests to also be true for Minix. This means the following is set as: * OPSYS = NetBSD * OS_VARIANT = Minix This also has the consequence of obsoleting a few files in pkgtools/bootstrap-mk-files.
This commit is contained in:
@@ -1,75 +0,0 @@
|
||||
# $NetBSD: tools.Minix.mk,v 1.4 2014/03/06 07:34:20 uebayasi Exp $
|
||||
#
|
||||
# System-supplied tools for the Minix operating system.
|
||||
|
||||
#System supplied tools
|
||||
TOOLS_PLATFORM.[?= /bin/[
|
||||
TOOLS_PLATFORM.awk?= /usr/bin/awk
|
||||
TOOLS_PLATFORM.basename?= /usr/bin/basename
|
||||
TOOLS_PLATFORM.bsdtar?= /bin/tar
|
||||
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat
|
||||
TOOLS_PLATFORM.bzip2?= /usr/bin/bzip2
|
||||
TOOLS_PLATFORM.cat?= /bin/cat
|
||||
TOOLS_PLATFORM.chgrp?= /usr/bin/chgrp
|
||||
TOOLS_PLATFORM.chmod?= /bin/chmod
|
||||
TOOLS_PLATFORM.chown?= /usr/bin/chown
|
||||
TOOLS_PLATFORM.cmp?= /usr/bin/cmp
|
||||
TOOLS_PLATFORM.cp?= /bin/cp
|
||||
TOOLS_PLATFORM.cut?= /usr/bin/cut
|
||||
TOOLS_PLATFORM.date?= /bin/date
|
||||
TOOLS_PLATFORM.diff?= /usr/bin/diff
|
||||
TOOLS_PLATFORM.dirname?= /usr/bin/dirname
|
||||
TOOLS_PLATFORM.echo?= /bin/echo
|
||||
TOOLS_PLATFORM.egrep?= /usr/bin/egrep
|
||||
TOOLS_PLATFORM.env?= /usr/bin/env
|
||||
TOOLS_PLATFORM.expr?= /bin/expr
|
||||
TOOLS_PLATFORM.false?= /bin/false
|
||||
TOOLS_PLATFORM.fetch?= /usr/bin/fetch
|
||||
TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
|
||||
TOOLS_PLATFORM.file?= /usr/bin/file
|
||||
TOOLS_PLATFORM.find?= /usr/bin/find
|
||||
TOOLS_PLATFORM.flex?= /usr/bin/flex
|
||||
TOOLS_PLATFORM.ftp?= /usr/bin/ftp
|
||||
TOOLS_PLATFORM.grep?= /usr/bin/grep
|
||||
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
|
||||
TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat
|
||||
TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
|
||||
TOOLS_PLATFORM.head?= /usr/bin/head
|
||||
TOOLS_PLATFORM.hostname?= /bin/hostname
|
||||
TOOLS_PLATFORM.id?= /usr/bin/id
|
||||
TOOLS_PLATFORM.install?= /usr/bin/install
|
||||
TOOLS_PLATFORM.ksh?= /bin/ksh
|
||||
TOOLS_PLATFORM.lex?= /usr/bin/lex
|
||||
TOOLS_PLATFORM.ln?= /bin/ln
|
||||
TOOLS_PLATFORM.ls?= /bin/ls
|
||||
TOOLS_PLATFORM.m4?= /usr/bin/m4
|
||||
TOOLS_PLATFORM.mail?= /usr/bin/mail
|
||||
TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
|
||||
TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
|
||||
TOOLS_PLATFORM.mtree?= /usr/sbin/mtree
|
||||
TOOLS_PLATFORM.mv?= /bin/mv
|
||||
TOOLS_PLATFORM.nice?= /usr/bin/nice
|
||||
TOOLS_PLATFORM.nroff?= /usr/bin/nroff
|
||||
TOOLS_PLATFORM.patch?= /usr/bin/patch
|
||||
TOOLS_PLATFORM.pax?= /bin/pax
|
||||
TOOLS_PLATFORM.printf?= /usr/bin/printf
|
||||
TOOLS_PLATFORM.pwd?= /bin/pwd
|
||||
TOOLS_PLATFORM.rm?= /bin/rm
|
||||
TOOLS_PLATFORM.rmdir?= /bin/rmdir
|
||||
TOOLS_PLATFORM.sed?= /usr/bin/sed
|
||||
TOOLS_PLATFORM.sh?= /bin/sh
|
||||
TOOLS_PLATFORM.sleep?= /usr/bin/sleep
|
||||
TOOLS_PLATFORM.sort?= /usr/bin/sort
|
||||
TOOLS_PLATFORM.strip?= /usr/bin/strip
|
||||
TOOLS_PLATFORM.tail?= /usr/bin/tail
|
||||
TOOLS_PLATFORM.tar?= /bin/tar
|
||||
TOOLS_PLATFORM.tee?= /usr/bin/tee
|
||||
TOOLS_PLATFORM.test?= /bin/test
|
||||
TOOLS_PLATFORM.touch?= /usr/bin/touch
|
||||
TOOLS_PLATFORM.tr?= /usr/bin/tr
|
||||
TOOLS_PLATFORM.true?= /bin/true
|
||||
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
|
||||
TOOLS_PLATFORM.uniq?= /usr/bin/uniq
|
||||
TOOLS_PLATFORM.wc?= /usr/bin/wc
|
||||
TOOLS_PLATFORM.xargs?= /usr/bin/xargs
|
||||
TOOLS_PLATFORM.yacc?= /usr/bin/yacc
|
||||
@@ -20,7 +20,9 @@ TOOLS_PLATFORM.csh?= /bin/csh
|
||||
TOOLS_PLATFORM.cut?= /usr/bin/cut
|
||||
TOOLS_PLATFORM.date?= /bin/date
|
||||
TOOLS_PLATFORM.diff?= /usr/bin/diff
|
||||
.if exists(/usr/bin/diff3)
|
||||
TOOLS_PLATFORM.diff3?= /usr/bin/diff3
|
||||
.endif
|
||||
TOOLS_PLATFORM.dirname?= /usr/bin/dirname
|
||||
TOOLS_PLATFORM.echo?= echo # shell builtin
|
||||
TOOLS_PLATFORM.egrep?= /usr/bin/egrep
|
||||
@@ -36,7 +38,9 @@ TOOLS_PLATFORM.ftp?= /usr/bin/ftp
|
||||
TOOLS_PLATFORM.gettext?= /usr/bin/gettext
|
||||
.endif
|
||||
TOOLS_PLATFORM.grep?= /usr/bin/grep
|
||||
.if exists(/usr/bin/groff)
|
||||
TOOLS_PLATFORM.groff?= /usr/bin/groff
|
||||
.endif
|
||||
TOOLS_PLATFORM.gsoelim?= ${TOOLS_PLATFORM.soelim} # GNUish
|
||||
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
|
||||
TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat
|
||||
@@ -44,7 +48,9 @@ TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
|
||||
TOOLS_PLATFORM.head?= /usr/bin/head
|
||||
TOOLS_PLATFORM.hostname?= /bin/hostname
|
||||
TOOLS_PLATFORM.id?= /usr/bin/id
|
||||
.if exists(/usr/bin/ident)
|
||||
TOOLS_PLATFORM.ident?= /usr/bin/ident
|
||||
.endif
|
||||
.if empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
||||
TOOLS_PLATFORM.install?= /usr/bin/install
|
||||
.else
|
||||
@@ -90,7 +96,9 @@ TOOLS_PLATFORM.paxctl?= /usr/sbin/paxctl
|
||||
TOOLS_PLATFORM.printf?= /usr/bin/printf
|
||||
TOOLS_PLATFORM.pwd?= /bin/pwd
|
||||
.if empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
||||
.if exists(/usr/bin/readelf)
|
||||
TOOLS_PLATFORM.readelf?= /usr/bin/readelf
|
||||
.endif
|
||||
.else
|
||||
TOOLS_PLATFORM.readelf?= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-readelf
|
||||
.endif
|
||||
@@ -105,7 +113,9 @@ TOOLS_PLATFORM.sleep?= /bin/sleep
|
||||
TOOLS_PLATFORM.soelim?= /usr/bin/soelim
|
||||
TOOLS_PLATFORM.sort?= /usr/bin/sort
|
||||
.if empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
||||
.if exists(/usr/bin/strip)
|
||||
TOOLS_PLATFORM.strip?= /usr/bin/strip
|
||||
.endif
|
||||
.else
|
||||
TOOLS_PLATFORM.strip?= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-strip
|
||||
.endif
|
||||
@@ -116,7 +126,9 @@ TOOLS_PLATFORM.tar?= /bin/tar
|
||||
.elif exists(/usr/bin/tar)
|
||||
TOOLS_PLATFORM.tar?= /usr/bin/tar
|
||||
.endif
|
||||
.if exists(/usr/bin/tbl)
|
||||
TOOLS_PLATFORM.tbl?= /usr/bin/tbl
|
||||
.endif
|
||||
TOOLS_PLATFORM.tee?= /usr/bin/tee
|
||||
TOOLS_PLATFORM.test?= test # shell builtin
|
||||
TOOLS_PLATFORM.touch?= /usr/bin/touch
|
||||
|
||||
Reference in New Issue
Block a user