]> git.lizzy.rs Git - plan9front.git/commitdiff
revert 8c228a123fa0c6062570964011854302bbf57242: accidental commit
authorOri Bernstein <ori@eigenstate.org>
Sun, 22 Aug 2021 17:47:38 +0000 (17:47 +0000)
committerOri Bernstein <ori@eigenstate.org>
Sun, 22 Aug 2021 17:47:38 +0000 (17:47 +0000)
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
sys/src/boot/zynq/mkfile
sys/src/mkfile

index d4e9a72283d1fc9c5138cd0ff3d548314f80097c..9208a7b94e869c2c7695278bc64bae52c18faab8 100644 (file)
@@ -3,13 +3,11 @@ ARCH=\
        bcm64\
        cycv\
        kw\
-#      power arch:\
-#      mtx\
+       mtx\
        omap\
        pc\
        pc64\
-#      power arch:\
-#      ppc\
+       ppc\
        sgi\
        teg2\
        xen\
index 2dd24c7113330a8daa0046cc7942723c69a319ff..90f503446f7390b7dc95d9c178a4d2f8ea6bd6da 100644 (file)
@@ -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}
index 7711200b6e0d217ebe74956d0cb7cdae21edcc56..00c1800c8a7992e701198e763f8b5e18f3c2b21d 100644 (file)
@@ -1,12 +1,5 @@
 </$objtype/mkfile
 
-SUPPORTED_OBJS=\
-       386\
-       amd64\
-       arm\
-       arm64\
-       mips\
-
 LIBS=\
        lib9p\
        libString\
@@ -59,29 +52,21 @@ none:VQ:
 
 all install clean nuke:VQ:
        date
-       if (~ $objtype $SUPPORTED_OBJS) {
-               for (i in $LIBS $SUBSYS $CMDS) @{
-                       cd $i
-                       mk $target
-               }
+       for (i in $LIBS $SUBSYS $CMDS) @{
+               cd $i
+               mk $target
        }
-       if not
-               echo $objtype arch not supported by 9front >[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) @{