aboutsummaryrefslogtreecommitdiffstats
path: root/extension/steps
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-12 21:51:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-12 21:51:41 +0300
commitb4a2d75b7d9fd23069a55dc91a42f7fddd0c7570 (patch)
treeb9f29b0ffb9930cf604d4e10c8c53af16062fafa /extension/steps
parent21a01e3ad4e2e77dccf73e8fd069370749880757 (diff)
parent5472c2cc2889aab121c32ed4ca6bd831ae520d89 (diff)
downloadegawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.tar.gz
egawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.tar.bz2
egawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.zip
Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk
Diffstat (limited to 'extension/steps')
-rwxr-xr-xextension/steps23
1 files changed, 0 insertions, 23 deletions
diff --git a/extension/steps b/extension/steps
deleted file mode 100755
index a6696ddc..00000000
--- a/extension/steps
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-# Mon Jun 21 17:03:37 IDT 2004
-# Fri May 15 15:48:45 IDT 2009
-
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. dl.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. filefuncs.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fork.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. ordchr.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. arrayparm.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. readfile.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. testarg.c
-gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. rwarray.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
-ld -o testarg.so -shared testarg.o
-ld -o rwarray.so -shared rwarray.o