Changeset 583


Ignore:
Timestamp:
Jun 3, 2008, 2:11:03 AM (16 years ago)
Author:
ecprice
Message:

Make it easy to kill fcgi processes.

Location:
trunk/packages/sipb-xen-www/code
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/Makefile

    r304 r583  
    11DIRS = templates
    22
    3 all:
     3all: kill compile
     4
     5kill:
     6        wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv
     7
     8compile:
    49        for dir in $(DIRS); do \
    510                (cd $$dir; $(MAKE) all); \
Note: See TracChangeset for help on using the changeset viewer.