Changeset 498 in Sophya


Ignore:
Timestamp:
Oct 22, 1999, 11:23:25 AM (26 years ago)
Author:
ansari
Message:

exclude_dpc cmv 22/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmfPI

    r218 r498  
    11#!/bin/csh
    2 # $Id: mkmfPI,v 1.1.1.1 1999-04-09 17:55:32 ansari Exp $
     2# $Id: mkmfPI,v 1.2 1999-10-22 09:23:25 ansari Exp $
    33
    44set makefname = 'GNUmakefile'
     
    66cd ../$1
    77
    8 if ( ! -f exclude ) touch exclude
     8if ( ! -f exclude_dpc ) touch exclude_dpc
    99if ( ! $?TMPDIR ) set TMPDIR = /tmp
    10 sort exclude >! $TMPDIR/exclude.sort
     10sort exclude_dpc >! $TMPDIR/exclude.sort
    1111
    1212##############################################
Note: See TracChangeset for help on using the changeset viewer.