diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-08 14:07:28 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-08 14:07:28 +0000 |
| commit | af48bc578e098e272ed04681d8fe21e01482e5d5 (patch) | |
| tree | 484fa7cd3a6911a590cd7f6f80ab3d6da3b6ebd9 /makemk.sh | |
| parent | 3e3756a156fea2e239d15d84a753d68a753ccea0 (diff) | |
20091208-1407
Diffstat (limited to 'makemk.sh')
| -rwxr-xr-x | makemk.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ echo removing old libraries and binaries rm -f $PLAT/lib/*.a $PLAT/bin/* rm -f utils/cc/y.tab.? +# ensure the output directories exist +mkdir -p $PLAT/lib $PLAT/bin + # libregexp cd $ROOT/utils/libregexp || error cannot find libregexp directory CFILES="regaux.c regcomp.c regerror.c regexec.c regsub.c rregexec.c rregsub.c" |
