Ignore:
Timestamp:
Aug 20, 2002, 11:14:30 PM (23 years ago)
Author:
bird
Message:

Bugfixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/testcase/prog-cxx-as-c.mak

    r8423 r9063  
    1 # $Id: prog-cxx-as-c.mak,v 1.1 2002-05-16 11:37:07 bird Exp $
     1# $Id: prog-cxx-as-c.mak,v 1.2 2002-08-20 21:14:30 bird Exp $
    22
    33# Testcase for makeing simple C programs as C++.
     
    99
    1010# target config.
    11 TARGET_NAME = prog-c
    12 MAKEFILE    = prog-c-as-cxx.mak
     11TARGET_NAME = prog-cxx
     12MAKEFILE    = prog-cxx-as-c.mak
    1313TARGET_LIBS = $(LIB_C_OBJ) $(LIB_OS)    # use the static library!
    1414
    1515# rules and more
     16RULES_FORWARD = test
    1617!include $(MAKE_INCLUDE_PROCESS)
    1718
     19!if !$(BUILD_FORWARDING)
    1820
    1921# some helpers for the output.
     
    3537#
    3638test:
    37 !if "$(MAKE_INCLUDE_PROCESS:process.forwarder=)" == "$(MAKE_INCLUDE_PROCESS)"
    3839    $(TARGET) > out
    39 ! ifdef BUILD_VERBOSE
     40!ifdef BUILD_VERBOSE
    4041    type out
    41 ! endif
     42!endif
    4243    $(TOOL_CMP) out <<
    4344$(_STR1)
     
    4647
    4748<<
    48 !else
    49 ! ifndef BUILD_VERBOSE
    50     @ \
    51 ! endif
    52     $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
     49
    5350!endif
Note: See TracChangeset for help on using the changeset viewer.