parrotcode: create a symlink shadow of the Parrot source. | |
Contents | Tools |
symlink.pl - create a symlink shadow of the Parrot source.
# when in directory containing the checked out source in 'trunk'
mkdir shadow
cd shadow
perl ../trunk/tools/dev/symlink.pl
Create a symlink tree shadowing the Parrot source tree. Nifty for having just one (read-only) copy of the sources but several different build trees. The -v option displays the created symlinks.
1.1: Handle also: - being called with a relative path - being called through a symlink
jhi@iki.fi
|