source: git/factory/bin/gen-readcf @ 5df7d0

spielwiese
Last change on this file since 5df7d0 was 2711ab, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: readcf git-svn-id: file:///usr/local/Singular/svn/trunk@10407 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 236 bytes
Line 
1#!/bin/sh
2BISON=$1
3if test -r readcf.cc
4then
5   touch readcf.cc
6else
7   if test "$BISON" = where-is-your-bison
8   then
9      echo Error: no bison given, could not rebuilt readcf.cc
10      exit 1
11   fi
12   $BISON readcf.y -o readcf.cc
13fi
14
Note: See TracBrowser for help on using the repository browser.