Ignore:
Timestamp:
Jan 29, 2004, 10:34:44 PM (22 years ago)
Author:
bird
Message:

Disabled intl rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1110 r1111  
    1010# the Free Software Foundation; either version 2 of the License, or
    1111# (at your option) any later version.
    12 # 
     12#
    1313# This program is distributed in the hope that it will be useful,
    1414# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1515# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1616# GNU General Public License for more details.
    17 # 
     17#
    1818# You should have received a copy of the GNU General Public License
    1919# along with this program; if not, write to the Free Software
     
    100100# Directory in which the compiler finds executables, libraries, etc.
    101101libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
    102 GDB_NLM_DEPS = 
     102GDB_NLM_DEPS =
    103103
    104104# This is the name of the environment variable used for the path to
     
    241241
    242242LD = @LD@
    243 LDFLAGS = 
     243LDFLAGS =
    244244
    245245RANLIB = @RANLIB@
     
    247247WINDRES = @WINDRES@
    248248
    249 PICFLAG = 
     249PICFLAG =
    250250
    251251# -----------------------------------------------
     
    334334  fi`
    335335
    336 LDFLAGS_FOR_TARGET = 
     336LDFLAGS_FOR_TARGET =
    337337
    338338NM_FOR_TARGET=@NM_FOR_TARGET@
     
    378378  fi`
    379379
    380 PICFLAG_FOR_TARGET = 
     380PICFLAG_FOR_TARGET =
    381381
    382382# ------------------------------------
     
    460460        "gcc_version=$(gcc_version)" \
    461461        "gcc_version_trigger=$(gcc_version_trigger)" \
    462         "target_alias=$(target_alias)" 
     462        "target_alias=$(target_alias)"
    463463
    464464# For any flags above that may contain shell code that varies from one
     
    640640        clean-guile \
    641641        clean-tk \
    642         clean-tix 
     642        clean-tix
    643643
    644644# The target built for a native build.
     
    11271127mostlyclean: do-mostlyclean local-clean
    11281128distclean: do-distclean local-clean local-distclean
    1129 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 
     1129maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
    11301130maintainer-clean: local-distclean
    11311131realclean: maintainer-clean
     
    12401240dist:
    12411241        @echo "Building a full distribution of this tree isn't done"
    1242         @echo "via 'make dist'.  Check out the etc/ subdirectory" 
     1242        @echo "via 'make dist'.  Check out the etc/ subdirectory"
    12431243
    12441244etags tags: TAGS
     
    31503150maybe-configure-intl:
    31513151configure-intl:
     3152
     3153configure-disabled-intl:
    31523154        @test ! -f intl/Makefile || exit 0; \
    31533155        [ -d intl ] || mkdir intl; \
     
    31903192maybe-all-intl:
    31913193all-intl: configure-intl
     3194
     3195all-disabled-intl:
    31923196        @r=`${PWD}`; export r; \
    31933197        s=`cd $(srcdir); ${PWD}`; export s; \
     
    31983202.PHONY: check-intl
    31993203check-intl:
     3204
     3205check-disabled-intl:
    32003206        @r=`${PWD}`; export r; \
    32013207        s=`cd $(srcdir); ${PWD}`; export s; \
     
    32083214maybe-install-intl:
    32093215install-intl: installdirs
     3216
     3217install-disabled-intl:
    32103218        @r=`${PWD}`; export r; \
    32113219        s=`cd $(srcdir); ${PWD}`; export s; \
     
    73887396configure-gcc: maybe-configure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex
    73897397all-gcc: maybe-all-libiberty maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
    7390 # This is a slightly kludgy method of getting dependencies on 
     7398# This is a slightly kludgy method of getting dependencies on
    73917399# all-build-libiberty correct; it would be better to build it every time.
    73927400all-gcc: maybe-all-build-libiberty
     
    74637471configure-target-libf2c: $(ALL_GCC_C)
    74647472all-target-libf2c: maybe-all-target-libiberty
    7465 configure-target-libffi: $(ALL_GCC_C) 
     7473configure-target-libffi: $(ALL_GCC_C)
    74667474configure-target-libjava: $(ALL_GCC_C) maybe-configure-target-zlib maybe-configure-target-boehm-gc maybe-configure-target-qthreads maybe-configure-target-libffi
    74677475all-target-libjava: maybe-all-fastjar maybe-all-target-zlib maybe-all-target-boehm-gc maybe-all-target-qthreads maybe-all-target-libffi
     
    74937501
    74947502# Serialization dependencies.  Host configures don't work well in parallel to
    7495 # each other, due to contention over config.cache.  Target configures and 
     7503# each other, due to contention over config.cache.  Target configures and
    74967504# build configures are similar.
    74977505@serialization_dependencies@
     
    75337541# ------------------------------
    75347542
    7535 # Tell GNU make 3.79 not to run the top level in parallel.  This 
     7543# Tell GNU make 3.79 not to run the top level in parallel.  This
    75367544# prevents contention for $builddir/$target/config.cache, as well
    75377545# as minimizing scatter in file system caches.
Note: See TracChangeset for help on using the changeset viewer.