]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
Better comments
authorPHO <pho@cielonegro.org>
Thu, 23 Feb 2012 13:49:02 +0000 (22:49 +0900)
committerPHO <pho@cielonegro.org>
Thu, 23 Feb 2012 13:49:02 +0000 (22:49 +0900)
Makefile

index 19c0a9cbfca3ebd4a8d51f5237729956c053aa68..eb70d159f1431f81dc60ebb2539bbfa1b3229908 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,12 @@ SITES.${i}=         http://static.cielonegro.org/archive/
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 
 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.
 #
 # If you want to build HC packages yourself, follow instructions in
 # the ./TODO file.