This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: copy the amigaos glue files to the top
authorAndy Broad <andy@broad.ology.org.uk>
Sun, 16 Aug 2015 02:14:32 +0000 (22:14 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Sep 2015 15:12:43 +0000 (11:12 -0400)
Makes build process simpler.

hints/amigaos.sh

index 5317009..c7b9e5e 100644 (file)
@@ -2,3 +2,7 @@
 # AmigaOS 4
 #
 . amigaos4/config.sh
+for f in amigaos4/*.h amigaos4/*.c
+do
+  cp -f $f .
+done