This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Only copy op.c to opmini.c if op.c is a symlink, else use a symlink.
authorNicholas Clark <nick@ccl4.org>
Mon, 16 Aug 2010 21:12:13 +0000 (23:12 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 16 Aug 2010 21:15:24 +0000 (23:15 +0200)
commit6cdadb5aa5805fffe20e051d971d99180e51c13d
treedd23d82fcb5bccd735a73e7719ec331c44b85b86
parentaa9e98059261a447f86c7380d500bd35eb00579e
Only copy op.c to opmini.c if op.c is a symlink, else use a symlink.

Similarly for perl.c to perlmini.c

This avoids the work of a file copy if a symlink would do the job, but ensures
that we don't create a symlink to a symlink to a file, which (comments suggest)
upsets gcc.
Makefile.SH