[arch-commits] CVS update of arch/build/base/pacman (pacman.install)

Dan McGee dan at archlinux.org
Mon Jun 4 20:25:41 UTC 2007


    Date: Monday, June 4, 2007 @ 16:25:41
  Author: dan
    Path: /home/cvs-arch/arch/build/base/pacman

Modified: pacman.install (1.8 -> 1.9)

Resize the install message to 80 lines.


----------------+
 pacman.install |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


Index: arch/build/base/pacman/pacman.install
diff -u arch/build/base/pacman/pacman.install:1.8 arch/build/base/pacman/pacman.install:1.9
--- arch/build/base/pacman/pacman.install:1.8	Mon Jun  4 15:54:29 2007
+++ arch/build/base/pacman/pacman.install	Mon Jun  4 16:25:41 2007
@@ -21,10 +21,9 @@
   fi
   _rankmirrors
   if [ "$(vercmp $2 3.0.4-4)" -lt 0 ]; then
-    echo "------------------------------------------------------------------------------------------------------------------------"
-    echo ">>> make sure you add \"-mtune=generic\" to the CFLAGS/CXXFLAGS if you want to provide packages compiled with gcc4.2 <<<"
-    echo ">>> use \"-mtune=native\" for local optimised builds - check the /etc/makepkg.conf.pacnew file <<<"
-    echo "------------------------------------------------------------------------------------------------------------------------"
+    echo ">>> Please add \"-mtune=generic\" to CFLAGS/CXXFLAGS in makepkg.conf if you"
+	echo ">>> build packages for others with gcc4.2. Use \"-mtune=native\" for local"
+	echo ">>> optimised builds. Check the /etc/makepkg.conf.pacnew file."
   fi
 }
 




More information about the arch-commits mailing list