summaryrefslogtreecommitdiffstats
path: root/contrib/awk/extension/steps
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/extension/steps')
-rwxr-xr-xcontrib/awk/extension/steps9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/awk/extension/steps b/contrib/awk/extension/steps
deleted file mode 100755
index 61a9e6e..0000000
--- a/contrib/awk/extension/steps
+++ /dev/null
@@ -1,9 +0,0 @@
-# what to do under linux to make dl.so
-# Tue Nov 24 15:04:14 EST 1998
-
-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
-ld -o dl.so -shared dl.o
-ld -o filefuncs.so -shared filefuncs.o
-ld -o fork.so -shared fork.o
OpenPOWER on IntegriCloud