From: PHO Date: Thu, 23 Feb 2012 13:49:02 +0000 (+0900) Subject: Better comments X-Git-Tag: GHC-7.4.1~2^2~6 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=commitdiff_plain;h=aeeb1f8fa6f150f85d101cf16752888205ebb7ea Better comments --- diff --git a/Makefile b/Makefile index 19c0a9c..eb70d15 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,12 @@ SITES.${i}= http://static.cielonegro.org/archive/ PKG_DESTDIR_SUPPORT= user-destdir -# Unregisterised HC packages are architecture dependent. We have to -# create more HC packages to support more architectures. Note that -# these packages are built with integer-simple, not integer-gmp, to -# reduce some complexity by not depending on the GMP. The resulting -# registerised GHC uses integer-gmp so this won't be a problem. +# Unregisterised HC packages are platform-dependent C sources. Yes, +# they are C sources but are totally non-portable. We have to create +# more HC packages to support more platforms. Note that these packages +# are built with integer-simple, not integer-gmp, to reduce some +# complexity by not depending on the GMP. The resulting registerised +# GHC uses integer-gmp so this won't be a problem. # # If you want to build HC packages yourself, follow instructions in # the ./TODO file.