|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-02 06:52 UTC] derick@php.net
[2002-10-02 07:14 UTC] hholzgra@php.net
[2002-10-02 07:41 UTC] MuTbKA at ukr dot net
[2002-10-03 21:33 UTC] sas@php.net
[2002-10-04 02:47 UTC] markonen@php.net
[2002-10-04 03:46 UTC] mfischer@php.net
[2002-10-04 05:34 UTC] hholzgra@php.net
[2002-10-04 05:59 UTC] markonen@php.net
[2002-10-04 10:46 UTC] MuTbKA at ukr dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 12:00:01 2025 UTC |
$mkdir "My Directory" $cd "My Directory" $touch config.m4 $phpize usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory mv: build/rules_pear.mk: No such file or directory The problem is here: (cd $phpdir && cp $FILES_BUILD $builddir/build) (cd $phpdir && cp $FILES $builddir) We consider that one should use "${phpdir}" and "${builddir}" to eliminate the problem.