[Scummvm-cvs-logs] scummvm master -> 414510993743f58997fa0c8a5fb390f6c9a8455c
lordhoto
lordhoto at gmail.com
Wed Feb 17 12:38:43 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4145109937 AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.
Commit: 414510993743f58997fa0c8a5fb390f6c9a8455c
https://github.com/scummvm/scummvm/commit/414510993743f58997fa0c8a5fb390f6c9a8455c
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-17T12:37:36+01:00
Commit Message:
AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.
As pointed out by Raziel^.
Changed paths:
backends/platform/sdl/amigaos/amigaos.mk
diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk
index c4928ec..15a2e9f 100644
--- a/backends/platform/sdl/amigaos/amigaos.mk
+++ b/backends/platform/sdl/amigaos/amigaos.mk
@@ -11,9 +11,10 @@ ifdef DIST_FILES_ENGINEDATA
cp $(DIST_FILES_ENGINEDATA) $(AMIGAOSPATH)/extras/
endif
cat ${srcdir}/README | sed -f ${srcdir}/dists/amiga/convertRM.sed > README.conv
- # AREXX seems to have problems when ${srcdir} is '.'. It will break with a
- # "Program not found" error. Therefore we copy the script to the cwd and
- # remove it again, once it has finished.
+# AmigaOS's shell is not happy with indented comments, thus don't do it.
+# AREXX seems to have problems when ${srcdir} is '.'. It will break with a
+# "Program not found" error. Therefore we copy the script to the cwd and
+# remove it again, once it has finished.
cp ${srcdir}/dists/amiga/RM2AG.rx .
rx RM2AG.rx README.conv
cp README.guide $(AMIGAOSPATH)
More information about the Scummvm-git-logs
mailing list