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-c.mak

    r8423 r9063  
    1 # $Id: prog-c.mak,v 1.1 2002-05-16 11:37:07 bird Exp $
     1# $Id: prog-c.mak,v 1.2 2002-08-20 21:14:30 bird Exp $
    22
    33# Testcase for makeing simple C programs.
     
    1313
    1414# rules and more
     15RULES_FORWARD = test
    1516!include $(MAKE_INCLUDE_PROCESS)
     17
     18!if !$(BUILD_FORWARDING)
    1619
    1720
     
    3437#
    3538test:
    36 !if "$(MAKE_INCLUDE_PROCESS:process.forwarder=)" == "$(MAKE_INCLUDE_PROCESS)"
    3739    $(TARGET) > out
    3840! ifdef BUILD_VERBOSE
     
    4547
    4648<<
    47 !else
    48 ! ifndef BUILD_VERBOSE
    49     @ \
    50 ! endif
    51     $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
     49
    5250!endif
Note: See TracChangeset for help on using the changeset viewer.