From 2359510ddb135dcc6e80153f51cff0a97b20b597 Mon Sep 17 00:00:00 2001 From: Solar Designer Date: Mon, 26 Jan 2004 04:22:18 +0300 Subject: Re: [perl #15063] /tmp issues Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258 --- pod/perl571delta.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pod/perl571delta.pod') diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index 431c35928b..aff02e5add 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -771,17 +771,17 @@ SOCKS support is now much more robust. If your file system supports symbolic links you can build Perl outside of the source directory by - mkdir /tmp/perl/build/directory - cd /tmp/perl/build/directory + mkdir perl/build/directory + cd perl/build/directory sh /path/to/perl/source/Configure -Dmksymlinks ... -This will create in /tmp/perl/build/directory a tree of symbolic links +This will create in perl/build/directory a tree of symbolic links pointing to files in /path/to/perl/source. The original files are left unaffected. After Configure has finished you can just say make all test -and Perl will be built and tested, all in /tmp/perl/build/directory. +and Perl will be built and tested, all in perl/build/directory. =back -- cgit v1.2.1