Changeset 110


Ignore:
Timestamp:
May 8, 2003, 9:39:19 PM (22 years ago)
Author:
bird
Message:

Skip all and install here for OS/2. (broken)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libstdc++-v3/testsuite/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r109 r110  
    1111# PARTICULAR PURPOSE.
    1212
    13 all-none:
    14 all: all-none
     13# kso just disable this for now... (OS/2 only)
     14ifeq "$(BUILD_PLATFORM)" "OS2"
     15all install:
     16    echo "Info: Disabled testsuite for OS/2 - doesn't compile..."
     17endif
     18
     19
    1520
    1621SHELL = @SHELL@
     
    196201OBJECTS = $(abi_check_OBJECTS)
    197202
    198 all-: all-redirect
     203ifneq "$(BUILD_PLATFORM)" "OS2"
     204all: all-redirect
     205endif
    199206.SUFFIXES:
    200207.SUFFIXES: .S .c .cc .lo .o .obj .s
     
    367374install-am: all-am
    368375        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     376ifneq "$(BUILD_PLATFORM)" "OS2"
    369377install: install-am
     378endif
    370379uninstall-am:
    371380uninstall: uninstall-am
Note: See TracChangeset for help on using the changeset viewer.