summaryrefslogtreecommitdiff
path: root/make.out
diff options
context:
space:
mode:
Diffstat (limited to 'make.out')
-rw-r--r--make.out9
1 files changed, 0 insertions, 9 deletions
diff --git a/make.out b/make.out
deleted file mode 100644
index c38dafddad..0000000000
--- a/make.out
+++ /dev/null
@@ -1,9 +0,0 @@
-make: Warning: Both `makefile' and `Makefile' exists
-test -f miniperl || make miniperl
-./miniperl ext/xsubpp ext/posix/POSIX.xs >tmp
-mv tmp POSIX.c
-`sh cflags POSIX.o` POSIX.c
- CCCMD = cc -c -DDEBUGGING -g
-test -d lib/auto/POSIX || mkdir lib/auto/POSIX
-ld -o lib/auto/POSIX/POSIX.so POSIX.o -lm
-cc -o perl perlmain.o perl.o av.o scope.o op.o doop.o doio.o dump.o hv.o malloc.o mg.o perly.o pp.o regcomp.o regexec.o gv.o sv.o taint.o toke.o util.o deb.o run.o dl_sunos.o -ldbm -ldl -lm -lposix