diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-29 23:33:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-29 23:33:27 +0300 |
commit | 04dc190623f0d99d80387b33ca747b8cbad37724 (patch) | |
tree | 2a54d44dc62160ee6f14ec55442508fce0246810 /bootstrap.sh | |
parent | 62d890d4384a70c7550876c617b3a34e28dab234 (diff) | |
download | egawk-04dc190623f0d99d80387b33ca747b8cbad37724.tar.gz egawk-04dc190623f0d99d80387b33ca747b8cbad37724.tar.bz2 egawk-04dc190623f0d99d80387b33ca747b8cbad37724.zip |
Further API work.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 67faf76a..535ae8fb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,8 +26,10 @@ touch aclocal.m4 find awklib -type f -print | xargs touch sleep 1 touch configure +touch extension/configure sleep 2 touch configh.in +touch extension/configh.in sleep 1 touch test/Maketests find . -name Makefile.in -print | xargs touch @@ -37,7 +39,3 @@ touch po/stamp-po touch awkgram.c touch command.c touch version.c - -touch extension/configure -sleep 2 -touch extension/configh.in |