Changeset a40092c
- Timestamp:
- 01/31/2003 01:35:28 AM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a338b48
- Parents:
- 1bf950c
- Files:
-
- 4 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc/gcc-inst.xml
r1bf950c ra40092c 21 21 make gnatlib_and_tools && 22 22 cd .. && 23 make install &&23 make install-no-fixedincludes && 24 24 export PATH=$PATH_HOLD</userinput></screen></para> 25 25 -
general/prog/gcc/gcc-inst1.xml
r1bf950c ra40092c 12 12 --with-slibdir=/lib --enable-__cxa_atexit --enable-clocale=gnu && 13 13 make bootstrap && 14 make install </userinput></screen></para>14 make install-no-fixedincludes</userinput></screen></para> 15 15 16 16 </sect2> -
general/prog/jdk/j2sdk-exp.xml
r1bf950c ra40092c 37 37 are insane the build will not proceed. The certified platform for the build is 38 38 Redhat 6.1. The above variable ensures that all the errors related to 39 compiling on a non-certified iplatform will be converted to warnings.</para>39 compiling on a non-certified platform will be converted to warnings.</para> 40 40 41 41 <para><userinput>export MAKE_VERBOSE=true:</userinput> Allows the current -
general/prog/jdk/j2sdk-inst.xml
r1bf950c ra40092c 8 8 9 9 <para><screen><userinput> 10 VERSION=&j2sdk-bin-version &&10 VERSION=&j2sdk-bin-version; && 11 11 MV=`echo $VERSION | cut -d "_" -f 1,1` && 12 12 V=`echo ${VERSION} | sed -e "s/\./_/g"` && … … 32 32 33 33 <para><screen><userinput> 34 VERSION=&j2sdk-src-version &&34 VERSION=&j2sdk-src-version; && 35 35 V=`echo $VERSION | sed -e "s/\./_/g"` && 36 36 unzip j2sdk-${V}-src-scsl.zip && -
introduction/welcome/changelog.xml
r1bf950c ra40092c 10 10 11 11 <itemizedlist> 12 13 <listitem><para>January 30th, 2003 [larry]: general: Updated gcc to 14 install-no-fixedincludes to be consistent with LFS. Thanks to Greg for 15 doing the research.</para></listitem> 12 16 13 17 <listitem><para>January 30th, 2003 [tushar]: j2sdk: Updated to j2sdk-1.4.1 and
Note:
See TracChangeset
for help on using the changeset viewer.