OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   05-Aug-2009 23:17:56
  Branch: HEAD                             Handle: 2009080522175600

  Modified files:
    openpkg-src/gcc45       gcc45.spec

  Log:
    pass MAKE variable also via environment to be sure it is seen and use
    the 2-stage compile by default now (instead of 3-stage compile) in
    order to speed-up build and install

  Summary:
    Revision    Changes     Path
    1.19        +3  -2      openpkg-src/gcc45/gcc45.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc45/gcc45.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 gcc45.spec
  --- openpkg-src/gcc45/gcc45.spec      31 Jul 2009 06:46:03 -0000      1.18
  +++ openpkg-src/gcc45/gcc45.spec      5 Aug 2009 21:17:56 -0000       1.19
  @@ -40,7 +40,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}s%{V_snap}
  -Release:      20090731
  +Release:      20090805
   
   #   package options
   %option       with_binutils  yes
  @@ -229,7 +229,7 @@
       l_boot_cflags="$l_boot_cflags -O0"
       l_libcxxflags="$l_libcxxflags -O0"
   %endif
  -    maketarget="bootstrap-lean"
  +    maketarget="bootstrap2-lean"
   %if "%{with_profile}" == "yes"
       #   GCC >= 3.4 supports a "profiledbootstrap" target to build an
       #   optimized version of itself through profiling. Because this
  @@ -247,6 +247,7 @@
       esac
   
       #   build the package
  +    MAKE="%{l_make} %{l_mflags}" \
       %{l_make} %{l_mflags} \
           MAKE="%{l_make} %{l_mflags}" \
           BOOT_CFLAGS="${l_boot_cflags}" \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to