#!/bin/sh # # build & install Tcl/Tk core # # RCS: @(#) $Id: installCore,v 1.4 2004/05/18 23:44:12 das Exp $ # # Copyright (c) 2003-2004, Daniel A. Steffen # # BSD License: c.f. # # cd $(dirname $0) make core $* && \ sudo make install/core $* && \ sudo make install/standalone $*