diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
commit | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (patch) | |
tree | 62711fe7cd511824b5f8a90ba1ba7b523d42e127 /extension/steps | |
parent | bc70de7b3302d5a81515b901cae376b8b51d2004 (diff) | |
download | egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.gz egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.bz2 egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.zip |
Move to gawk-3.1.1.
Diffstat (limited to 'extension/steps')
-rwxr-xr-x | extension/steps | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extension/steps b/extension/steps index 61a9e6eb..8bac5d85 100755 --- a/extension/steps +++ b/extension/steps @@ -1,9 +1,17 @@ # what to do under linux to make dl.so # Tue Nov 24 15:04:14 EST 1998 +# Sun Aug 26 16:03:58 IDT 2001 +# Sun Apr 28 15:59:57 IDT 2002 gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. dl.c gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. filefuncs.c gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fork.c +gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. ordchr.c +gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. arrayparm.c +gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. readfile.c ld -o dl.so -shared dl.o ld -o filefuncs.so -shared filefuncs.o ld -o fork.so -shared fork.o +ld -o ordchr.so -shared ordchr.o +ld -o arrayparm.so -shared arrayparm.o +ld -o readfile.so -shared readfile.o |