~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Arnold D. Robbins
  • Date: 2012-11-25 19:54:48 UTC
  • mfrom: (319.1.122)
  • Revision ID: git-v1:9a9ff61bbd952c1263b55f82a269da5b09289a6b
Merge branch 'master' into array-iface

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
find awklib -type f -print | xargs touch
27
27
sleep 1
28
28
touch configure
 
29
touch extension/configure
29
30
sleep 2
30
31
touch configh.in
 
32
touch extension/configh.in
31
33
sleep 1
32
34
touch test/Maketests
33
35
find . -name Makefile.in -print | xargs touch