]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/mkfile
revert 8c228a123fa0c6062570964011854302bbf57242: accidental commit
[plan9front.git] / sys / src / mkfile
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) @{