Artifact 1b93b7f590cdacfcce3c13729ab4baa072a158aa:
- Executable file build-common.sh — part of check-in [71648d46bb] at 2012-08-05 21:38:27 on branch trunk — Brought system to basic bootable state (early-boot) (user: rkeene, size: 193) [annotate] [blame] [check-ins using]
#! /bin/bash set -e case "$1" in clean|distclean) rm -rf out inst rm -f libsystem.a system.o system.so rm -f system.tcl.h exit 0 ;; esac ./stringify.tcl system.tcl > system.tcl.h