From bcfee7b54757eb64cade34e476cf0dba672832f6 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 22 Aug 2021 17:47:38 +0000 Subject: revert 8c228a123fa0c6062570964011854302bbf57242: accidental commit was testing out the git/import tweaks and accidentally pushed this commit. No comment on whether we want it, but it definitely wasn't ready for merge. Oops. --- sys/src/9/mkfile | 6 ++---- sys/src/boot/zynq/mkfile | 3 --- sys/src/mkfile | 31 ++++++++----------------------- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/sys/src/9/mkfile b/sys/src/9/mkfile index d4e9a7228..9208a7b94 100644 --- a/sys/src/9/mkfile +++ b/sys/src/9/mkfile @@ -3,13 +3,11 @@ ARCH=\ bcm64\ cycv\ kw\ -# power arch:\ -# mtx\ + mtx\ omap\ pc\ pc64\ -# power arch:\ -# ppc\ + ppc\ sgi\ teg2\ xen\ diff --git a/sys/src/boot/zynq/mkfile b/sys/src/boot/zynq/mkfile index 2dd24c711..90f503446 100644 --- a/sys/src/boot/zynq/mkfile +++ b/sys/src/boot/zynq/mkfile @@ -7,9 +7,6 @@ TEXTBASE=0xfffc0000 all:V: $TARG -install:V: - echo install not supported >[1=2] - clean:V: rm -rf $TARG *.$O @{objtype=$cputype mk -f mkfile.port clean} diff --git a/sys/src/mkfile b/sys/src/mkfile index 7711200b6..00c1800c8 100644 --- a/sys/src/mkfile +++ b/sys/src/mkfile @@ -1,12 +1,5 @@ [1=2] date installall:V: echo "installall not supported" release:V: - if (~ $objtype $SUPPORTED_OBJS) { - mk nuke - rm -f /$objtype/lib/ape/*.a - rm -f /$objtype/lib/*.a - mk install - mk clean - } - if not - echo $objtype architecture not supported >[1=2] + mk nuke + rm -f /$objtype/lib/ape/*.a + rm -f /$objtype/lib/*.a + mk install + mk clean kernels:V: for (i in 9 boot) @{ -- cgit v1.2.3