(file) Return to make_jsoc.csh CVS log (file) (dir) Up to [Development] / JSOC

File: [Development] / JSOC / Attic / make_jsoc.csh (download) / (as text)
Revision: 1.4, Fri Feb 15 18:42:03 2008 UTC (15 years, 3 months ago) by arta
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
These scripts have been ported to perl so we can use a 'modulespec.txt' file to specify which CVS modules should be downloaded

#! /bin/csh -f

# run this on each machine to be used.
#    n00 - for linux_ia32 machines such as n00, ..., n11, etc.
#    n12 - for linux_x86_64 machines

echo  make of JSOC $0
date

# make clean 
# make -j 4 

if (-e suflag.txt) then
    make all dsds
else
    make
endif

date

Karen Tian
Powered by
ViewCVS 0.9.4