(CommandList
  children: [
    (AndOr children:[(C {(source)} {(sources/include.sh)})(C {(exit)} {(1)})] op_id:Op_DPipe)
    (SimpleCommand
      words: [{(load_target)} {(DQ ($ VSub_Number "$1"))}]
      more_env: [(env_pair name:KEEP_STAGEDIR val:{(1)} spids:[29])]
    )
    (FuncDef
      name: is_newer
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:X)
                  op: Equal
                  rhs: {(DQ ($ VSub_Number "$1"))}
                  spids: [50]
                )
              ]
              spids: [50]
            )
            (C {(shift)})
            (AndOr
              children: [
                (C {(Lit_Other "[")} {(KW_Bang "!")} {(-e)} {(DQ ($ VSub_Name "$X"))} {(Lit_Other "]")})
                (ControlFlow token:<ControlFlow_Return return> arg_word:{(0)})
              ]
              op_id: Op_DAmp
            )
            (AndOr
              children: [
                (C {(Lit_Other "[")} 
                  {
                    (DQ 
                      (CommandSubPart
                        command_list: 
                          (CommandList
                            children: [(C {(which)} {(DQ (${ VSub_Name CC_PREFIX) (cc))})]
                          )
                        left_token: <Left_CommandSub "$(">
                        spids: [81 90]
                      )
                    )
                  } {(-nt)} {(DQ ($ VSub_Name "$X"))} {(Lit_Other "]")}
                )
                (ControlFlow token:<ControlFlow_Return return> arg_word:{(0)})
              ]
              op_id: Op_DAmp
            )
            (While
              cond: [
                (C {(Lit_Other "[")} {(KW_Bang "!")} {(-z)} {(DQ ($ VSub_Number "$1"))} {(Lit_Other "]")})
              ]
              body: 
                (DoGroup
                  children: [
                    (AndOr
                      children: [
                        (C {(Lit_Other "[")} {(KW_Bang "!")} {(-z)} 
                          {
                            (DQ 
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [
                                      (SimpleCommand
                                        words: [
                                          {(find)}
                                          {(DQ ($ VSub_Number "$1"))}
                                          {(-newer)}
                                          {(DQ ($ VSub_Name "$X"))}
                                        ]
                                        redirects: [
                                          (Redir
                                            op_id: Redir_Great
                                            fd: 2
                                            arg_word: {(/dev/null)}
                                            spids: [146]
                                          )
                                        ]
                                      )
                                    ]
                                  )
                                left_token: <Left_CommandSub "$(">
                                spids: [133 148]
                              )
                            )
                          } {(Lit_Other "]")}
                        )
                        (ControlFlow
                          token: <ControlFlow_Return return>
                          arg_word: {(0)}
                        )
                      ]
                      op_id: Op_DAmp
                    )
                    (C {(shift)})
                  ]
                  spids: [123 163]
                )
            )
            (C {(echo)} 
              {
                (DQ ("Keeping ") 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {(DQ ($ VSub_Name "$X"))})])
                    left_token: <Left_CommandSub "$(">
                    spids: [171 177]
                  )
                )
              }
            )
            (ControlFlow token:<ControlFlow_Return return> arg_word:{(1)})
          ]
          spids: [47]
        )
      spids: [43 46]
    )
    (FuncDef
      name: qemu_defaults
      body: 
        (BraceGroup
          children: [
            (C {(echo)} {(-n)} {(DQ ("-nographic -no-reboot -kernel linux"))})
            (AndOr
              children: [
                (C {(Lit_Other "[")} {(DQ ($ VSub_Name "$SYSIMAGE_TYPE"))} 
                  {(KW_Bang "!") (Lit_Other "=")} {(DQ (rootfs))} {(Lit_Other "]")}
                )
                (C {(echo)} {(-n)} {(DQ (" -initrd rootfs.cpio.gz"))})
              ]
              op_id: Op_DAmp
            )
            (C {(echo)} {(-n)} 
              {
                (DQ (" -append ") (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) 
                  ("panic=1 console=") ($ VSub_Name "$CONSOLE") (" HOST=") ($ VSub_Name "$ARCH") (" ") 
                  (EscapedLiteralPart token:<Lit_EscapedChar "\\$">) (KERNEL_EXTRA) (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">)
                )
              }
            )
            (C {(echo)} {(-n)} 
              {(DQ (" ") (EscapedLiteralPart token:<Lit_EscapedChar "\\$">) (QEMU_EXTRA))}
            )
          ]
          spids: [196]
        )
      spids: [192 195]
    )
    (AndOr
      children: [
        (SimpleCommand
          words: [{(cat)}]
          redirects: [
            (Redir
              op_id: Redir_Great
              fd: -1
              arg_word: {(DQ ($ VSub_Name "$STAGE_DIR") (/run-emulator.sh))}
              spids: [277]
            )
            (HereDoc
              op_id: Redir_DLess
              fd: -1
              body: 
                {
                  (DQ ("#!/bin/bash\n") ("\n") ("# Boot the emulated system to a shell prompt.\n") 
                    ("\n") ("ARCH=") ($ VSub_Name "$ARCH") ("\n") ("run_emulator()\n") ("{\n") ("  [ ! -z ") (Right_DoubleQuote "\"") 
                    (EscapedLiteralPart token:<Lit_EscapedChar "\\$">) (DEBUG) (Right_DoubleQuote "\"") (" ] && set -x\n") ("  ") 
                    (CommandSubPart
                      command_list: (CommandList children:[(C {(emulator_command)})])
                      left_token: <Left_CommandSub "$(">
                      spids: [306 308]
                    ) ("\n") ("}\n") ("\n") ("if [ ") (Right_DoubleQuote "\"") (EscapedLiteralPart token:<Lit_EscapedChar "\\$">) 
                    (1) (Right_DoubleQuote "\"") (" != ") (Right_DoubleQuote "\"") (--norun) (Right_DoubleQuote "\"") (" ]\n") 
                    ("then\n") ("  run_emulator\n") ("fi\n")
                  )
                }
              do_expansion: True
              here_end: EOF
              was_filled: True
              spids: [284]
            )
          ]
        )
        (AndOr
          children: [
            (C {(chmod)} {(Lit_Other "+") (x)} {(DQ ($ VSub_Name "$STAGE_DIR") (/run-emulator.sh))})
            (ForEach
              iter_name: FILE
              iter_words: [{(dev-environment.sh)} {(native-build.sh)}]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (Subshell
                      child: 
                        (CommandList
                          children: [
                            (C {(export)} 
                              {(Lit_VarLike "IFS=") 
                                (DQ 
                                  (CommandSubPart
                                    command_list: 
                                      (CommandList
                                        children: [
                                          (C {(echo)} {(-e)} 
                                            {(DQ (EscapedLiteralPart token:<Lit_EscapedChar "\\n">))}
                                          )
                                        ]
                                      )
                                    left_token: <Left_CommandSub "$(">
                                    spids: [360 368]
                                  )
                                )
                              }
                            )
                            (Pipeline
                              children: [
                                (C {(cat)} 
                                  {(DQ ($ VSub_Name "$SOURCES") (/toys/) ($ VSub_Name "$FILE"))}
                                )
                                (While
                                  cond: [(C {(read)} {(-r)} {(i)})]
                                  body: 
                                    (DoGroup
                                      children: [
                                        (If
                                          arms: [
                                            (if_arm
                                              cond: [
                                                (C {(Lit_Other "[")} 
                                                  {
                                                    (DQ 
                                                      (BracedVarSub
                                                        token: <VSub_Name i>
                                                        suffix_op: 
                                                          (Slice
                                                            begin: (ArithWord w:{(Lit_Digits 0)})
                                                            length: (ArithWord w:{(Lit_Digits 8)})
                                                          )
                                                        spids: [399 405]
                                                      )
                                                    )
                                                  } {(Lit_Other "=") (Lit_Other "=")} {(DQ ("INCLUDE "))} {(Lit_Other "]")}
                                                )
                                              ]
                                              action: [
                                                (AndOr
                                                  children: [
                                                    (C {(cat)} 
                                                      {
                                                        (DQ ($ VSub_Name "$SOURCES") (/toys/) 
                                                          (BracedVarSub
                                                            token: <VSub_Name i>
                                                            suffix_op: 
                                                              (Slice
                                                                begin: (ArithWord w:{(Lit_Digits 8)})
                                                              )
                                                            spids: [426 430]
                                                          )
                                                        )
                                                      }
                                                    )
                                                    (C {(dienow)})
                                                  ]
                                                  op_id: Op_DPipe
                                                )
                                              ]
                                              spids: [-1 418]
                                            )
                                          ]
                                          else_action: [
                                            (AndOr
                                              children: [
                                                (C {(echo)} {(DQ ($ VSub_Name "$i"))})
                                                (C {(dienow)})
                                              ]
                                              op_id: Op_DPipe
                                            )
                                          ]
                                          spids: [438 456]
                                        )
                                      ]
                                      spids: [391 459]
                                    )
                                )
                              ]
                              negated: False
                            )
                          ]
                        )
                      redirects: [
                        (Redir
                          op_id: Redir_Great
                          fd: -1
                          arg_word: {(DQ ($ VSub_Name "$STAGE_DIR") (/) ($ VSub_Name "$FILE"))}
                          spids: [464]
                        )
                      ]
                      spids: [355 462]
                    )
                    (AndOr
                      children: [
                        (C {(chmod)} {(Lit_Other "+") (x)} 
                          {(DQ ($ VSub_Name "$STAGE_DIR") (/) ($ VSub_Name "$FILE"))}
                        )
                        (C {(dienow)})
                      ]
                      op_id: Op_DPipe
                    )
                  ]
                  spids: [352 489]
                )
              spids: [347 -1]
            )
          ]
          op_id: Op_DAmp
        )
      ]
      op_id: Op_DAmp
    )
    (If
      arms: [
        (if_arm
          cond: [
            (C {(is_newer)} {(DQ ($ VSub_Name "$STAGE_DIR") (/rootfs.cpio.gz))} 
              {(DQ ($ VSub_Name "$BUILD") (/root-filesystem-) ($ VSub_Name "$ARCH"))}
            )
          ]
          action: [
            (AndOr
              children: [
                (SimpleCommand
                  words: [
                    {(image_filesystem)}
                    {(DQ ($ VSub_Name "$BUILD") (/root-filesystem-) ($ VSub_Name "$ARCH"))}
                    {(DQ ($ VSub_Name "$STAGE_DIR") (/temp))}
                  ]
                  more_env: [(env_pair name:SYSIMAGE_TYPE val:{(cpio)} spids:[514])]
                )
                (AndOr
                  children: [
                    (C {(mv)} {(-f)} 
                      (BracedWordTree
                        parts: [
                          (DQ ($ VSub_Name "$STAGE_DIR"))
                          (/)
                          (BracedAltPart words:[{(temp)}{(rootfs)}])
                          (.cpio.gz)
                        ]
                      )
                    )
                    (C {(dienow)})
                  ]
                  op_id: Op_DPipe
                )
              ]
              op_id: Op_DAmp
            )
            (AndOr
              children: [
                (C {(Lit_Other "[")} {(DQ ($ VSub_Name "$SYSIMAGE_TYPE"))} 
                  {(Lit_Other "=") (Lit_Other "=")} {(rootfs)} {(Lit_Other "]")}
                )
                (C {(rm)} {(-f)} {(DQ ($ VSub_Name "$STAGE_DIR") (/linux))})
              ]
              op_id: Op_DAmp
            )
          ]
          spids: [-1 511]
        )
      ]
      spids: [-1 579]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (AndOr
              children: [
                (C {(Lit_Other "[")} {(-e)} 
                  {(DQ ($ VSub_Name "$BUILD") (/native-compiler-) ($ VSub_Name "$ARCH"))} {(Lit_Other "]")}
                )
                (C {(is_newer)} {(DQ ($ VSub_Name "$STAGE_DIR") (/toolchain.sqf))} 
                  {(DQ ($ VSub_Name "$BUILD") (/native-compiler-) ($ VSub_Name "$ARCH"))}
                )
              ]
              op_id: Op_DAmp
            )
          ]
          action: [
            (AndOr
              children: [
                (SimpleCommand
                  words: [
                    {(image_filesystem)}
                    {(DQ ($ VSub_Name "$BUILD") (/native-compiler-) ($ VSub_Name "$ARCH"))}
                    {(DQ ($ VSub_Name "$STAGE_DIR") (/temp))}
                  ]
                  more_env: [(env_pair name:SYSIMAGE_TYPE val:{(squashfs)} spids:[619])]
                )
                (AndOr
                  children: [
                    (C {(mv)} {(-f)} 
                      (BracedWordTree
                        parts: [
                          (DQ ($ VSub_Name "$STAGE_DIR"))
                          (/)
                          (BracedAltPart words:[{(temp)}{(toolchain)}])
                          (.sqf)
                        ]
                      )
                    )
                    (C {(dienow)})
                  ]
                  op_id: Op_DPipe
                )
              ]
              op_id: Op_DAmp
            )
          ]
          spids: [-1 616]
        )
      ]
      spids: [-1 659]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (C {(is_newer)} {(DQ ($ VSub_Name "$STAGE_DIR") (/linux))} 
              {(DQ ($ VSub_Name "$BUILD") (/root-filesystem-) ($ VSub_Name "$ARCH"))} 
              {
                (CommandSubPart
                  command_list: (CommandList children:[(C {(package_cache)} {(linux)})])
                  left_token: <Left_CommandSub "$(">
                  spids: [683 687]
                )
              }
            )
          ]
          action: [
            (C {(setupfor)} {(linux)})
            (SimpleCommand
              words: [
                {(echo)}
                {
                  (DQ ("# make allnoconfig ARCH=") 
                    (BracedVarSub
                      token: <VSub_Name BOOT_KARCH>
                      suffix_op: 
                        (StringUnary
                          op_id: VTest_ColonHyphen
                          arg_word: {($ VSub_Name "$KARCH")}
                        )
                      spids: [701 705]
                    ) (" KCONFIG_ALLCONFIG=mini.config")
                  )
                }
              ]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: -1
                  arg_word: {($ VSub_Name "$STAGE_DIR") (/mini.config)}
                  spids: [711]
                )
              ]
            )
            (SimpleCommand
              words: [{(getconfig)} {(linux)}]
              redirects: [
                (Redir
                  op_id: Redir_DGreat
                  fd: -1
                  arg_word: {(DQ ($ VSub_Name "$STAGE_DIR")) (/mini.config)}
                  spids: [721]
                )
              ]
            )
            (AndOr
              children: [
                (C {(Lit_Other "[")} {(DQ ($ VSub_Name "$SYSIMAGE_TYPE"))} 
                  {(Lit_Other "=") (Lit_Other "=")} {(rootfs)} {(Lit_Other "]")}
                )
                (SimpleCommand
                  words: [
                    {(echo)}
                    {(-e)}
                    {
                      (DQ ("CONFIG_INITRAMFS_SOURCE=") 
                        (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) ($ VSub_Name "$STAGE_DIR") (/rootfs.cpio.gz) (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) 
                        (EscapedLiteralPart token:<Lit_EscapedChar "\\n">)
                      )
                    }
                  ]
                  redirects: [
                    (Redir
                      op_id: Redir_DGreat
                      fd: -1
                      arg_word: {(DQ ($ VSub_Name "$STAGE_DIR")) (/mini.config)}
                      spids: [760]
                    )
                  ]
                )
              ]
              op_id: Op_DAmp
            )
            (AndOr
              children: [
                (SimpleCommand
                  words: [
                    {(make)}
                    {(allnoconfig)}
                    {(Lit_VarLike "ARCH=") 
                      (BracedVarSub
                        token: <VSub_Name BOOT_KARCH>
                        suffix_op: 
                          (StringUnary
                            op_id: VTest_ColonHyphen
                            arg_word: {($ VSub_Name "$KARCH")}
                          )
                        spids: [773 777]
                      )
                    }
                    {($ VSub_Name "$LINUX_FLAGS")}
                    {(Lit_VarLike "KCONFIG_ALLCONFIG=") (DQ ($ VSub_Name "$STAGE_DIR")) 
                      (/mini.config)
                    }
                  ]
                  redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(/dev/null)} spids:[789])]
                )
                (AndOr
                  children: [
                    (C {(make)} {(-j)} {($ VSub_Name "$CPUS")} 
                      {(Lit_VarLike "ARCH=") 
                        (BracedVarSub
                          token: <VSub_Name BOOT_KARCH>
                          suffix_op: 
                            (StringUnary
                              op_id: VTest_ColonHyphen
                              arg_word: {($ VSub_Name "$KARCH")}
                            )
                          spids: [802 806]
                        )
                      } {($ VSub_Name "$DO_CROSS")} {($ VSub_Name "$LINUX_FLAGS")} {($ VSub_Name "$VERBOSITY")}
                    )
                    (C {(cp)} {(DQ ($ VSub_Name "$KERNEL_PATH"))} 
                      {(DQ ($ VSub_Name "$STAGE_DIR") (/linux))}
                    )
                  ]
                  op_id: Op_DAmp
                )
              ]
              op_id: Op_DAmp
            )
            (C {(cleanup)})
          ]
          spids: [-1 689]
        )
      ]
      spids: [-1 831]
    )
    (SimpleCommand
      words: [{(create_stage_tarball)}]
      more_env: [(env_pair name:ARCH val:{(DQ ($ VSub_Name "$ARCH_NAME"))} spids:[838])]
    )
    (C {(announce)} {(DQ ("Packaging complete"))})
  ]
)