From e0473e207b299858ef9550ed71be125a9db994ac Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Mar 2009 03:30:23 -0400 Subject: Rewrote acprep in Python and improved the build --- tools/build | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 tools/build (limited to 'tools/build') diff --git a/tools/build b/tools/build deleted file mode 100755 index d2753a11..00000000 --- a/tools/build +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -SRCDIR=$(pwd) -OUTPUT=$(tools/outdir) -SWITCHES="" - -if [ -n "$OUTPUT" -a -d "$OUTPUT" ]; then - cd "$OUTPUT" - SWITCHES="--output $OUTPUT" -fi - -if [ ! -f Makefile -o \ - $SRCDIR/Makefile.am -nt Makefile -o \ - $SRCDIR/configure.ac -nt Makefile -o \ - $SRCDIR/acprep -nt Makefile -o \ - $SRCDIR/myacprep -nt Makefile ]; then - (cd $SRCDIR && tools/myacprep "$SWITCHES") -fi - -make "$@" -- cgit v1.2.3