Changeset 8712 for trunk/testsuite


Ignore:
Timestamp:
Jun 19, 2002, 4:11:53 AM (23 years ago)
Author:
bird
Message:

Added checkout-bin rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/Makefile

    r8711 r8712  
    1 # $Id: Makefile,v 1.1 2002-06-19 02:09:20 bird Exp $
     1# $Id: Makefile,v 1.2 2002-06-19 02:11:53 bird Exp $
    22
    33#
     
    4444
    4545
     46#
     47# This rule checksout the binaries which is residing in the
     48# testsuite-bin branch
     49#
     50checkout-bin:
     51!if "$(MAKE_INCLUDE_PROCESS:process.forwarder=)" == "$(MAKE_INCLUDE_PROCESS)"
     52    cvs update -r testsuite-bin -d bin
     53!else
     54! ifndef BUILD_VERBOSE
     55    @ \
     56! endif
     57    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
     58!endif
     59
Note: See TracChangeset for help on using the changeset viewer.