From 5ddb6eab5b331747cc6c97d7afbea3b5a48d2c4d Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sat, 8 Nov 1997 00:34:03 +0000 Subject: Add :base_thread to :default in Opcode.pm This allows lib/safe.t to pass when threaded. It is unclear if 'lock' should be safe as it allows denial of service attack, but could not figure out how to add just 'specific' (sic) to :default without triggering 'already tagged' warning noise. p4raw-id: //depot/ansiperl@212 --- win32/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/makefile.mk b/win32/makefile.mk index 7f5dad30e3..b28c79f919 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -460,8 +460,8 @@ $(PERLEXE): $(PERLDLL) $(CONFIGPM) perlmain.obj .ENDIF copy splittree.pl .. $(MINIPERL) -I..\lib ..\splittree.pl "../LIB" "../LIB/auto" - attrib -r ..\t\*.* - copy test ..\t +# attrib -r ..\t\*.* +# copy test ..\t .IF "$(CCTYPE)" != "BORLAND" -- cgit v1.2.1