Changeset a40092c


Ignore:
Timestamp:
01/31/2003 01:35:28 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a338b48
Parents:
1bf950c
Message:

make gcc install-no-fix-includes and remove old j2sdk files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@634 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc/gcc-inst.xml

    r1bf950c ra40092c  
    2121make gnatlib_and_tools &amp;&amp;
    2222cd .. &amp;&amp;
    23 make install &amp;&amp;
     23make install-no-fixedincludes &amp;&amp;
    2424export PATH=$PATH_HOLD</userinput></screen></para>
    2525
  • general/prog/gcc/gcc-inst1.xml

    r1bf950c ra40092c  
    1212--with-slibdir=/lib --enable-__cxa_atexit --enable-clocale=gnu &amp;&amp;
    1313make bootstrap &amp;&amp;
    14 make install</userinput></screen></para>
     14make install-no-fixedincludes</userinput></screen></para>
    1515
    1616</sect2>
  • general/prog/jdk/j2sdk-exp.xml

    r1bf950c ra40092c  
    3737are insane the build will not proceed. The certified platform for the build is
    3838Redhat 6.1. The above variable ensures that all the errors related to
    39 compiling on a non-certifiedi platform will be converted to warnings.</para>
     39compiling on a non-certified platform will be converted to warnings.</para>
    4040
    4141<para><userinput>export MAKE_VERBOSE=true:</userinput> Allows the current
  • general/prog/jdk/j2sdk-inst.xml

    r1bf950c ra40092c  
    88
    99<para><screen><userinput>
    10 VERSION=&j2sdk-bin-version &amp;&amp;
     10VERSION=&j2sdk-bin-version; &amp;&amp;
    1111MV=`echo $VERSION | cut -d "_" -f 1,1` &amp;&amp;
    1212V=`echo ${VERSION} | sed -e "s/\./_/g"` &amp;&amp;
     
    3232
    3333<para><screen><userinput>
    34 VERSION=&j2sdk-src-version &amp;&amp;
     34VERSION=&j2sdk-src-version; &amp;&amp;
    3535V=`echo $VERSION | sed -e "s/\./_/g"` &amp;&amp;
    3636unzip j2sdk-${V}-src-scsl.zip &amp;&amp;
  • introduction/welcome/changelog.xml

    r1bf950c ra40092c  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>January 30th, 2003 [larry]: general: Updated gcc to
     14install-no-fixedincludes to be consistent with LFS. Thanks to Greg for
     15doing the research.</para></listitem>
    1216
    1317<listitem><para>January 30th, 2003 [tushar]: j2sdk: Updated to j2sdk-1.4.1 and
Note: See TracChangeset for help on using the changeset viewer.