Changeset 6888 for trunk/include


Ignore:
Timestamp:
Sep 30, 2001, 7:30:36 AM (24 years ago)
Author:
bird
Message:

Autostart 7 daemons if CmdQd isn't started and MULTIJOBS is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.vac3.mk

    r6881 r6888  
    1 # $Id: odin32.post.vac3.mk,v 1.19 2001-09-30 01:00:01 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.20 2001-09-30 05:30:36 bird Exp $
    22
    33#
     
    496496!endif
    497497
     498
     499#
     500# Common: If MULTIJOBS is defined make sure cmdqd is running.
     501#
     502!ifndef NO_MULTIJOBS
     503!   ifdef MULTIJOBS
     504!      if [$(CMDQD) queryrunning] != 0
     505!          if [$(DODIRS) "$(ODIN32_BASE)\tools\cmdqd" $(MAKE_CMD) all] == 0
     506!          endif
     507!          if [$(CMDQD) init 7] == 0
     508!          endif
     509!      endif
     510!   endif
     511!endif
     512
     513
Note: See TracChangeset for help on using the changeset viewer.