Changeset 498 in Sophya
- Timestamp:
- Oct 22, 1999, 11:23:25 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmfPI
r218 r498 1 1 #!/bin/csh 2 # $Id: mkmfPI,v 1. 1.1.1 1999-04-09 17:55:32ansari Exp $2 # $Id: mkmfPI,v 1.2 1999-10-22 09:23:25 ansari Exp $ 3 3 4 4 set makefname = 'GNUmakefile' … … 6 6 cd ../$1 7 7 8 if ( ! -f exclude ) touch exclude8 if ( ! -f exclude_dpc ) touch exclude_dpc 9 9 if ( ! $?TMPDIR ) set TMPDIR = /tmp 10 sort exclude >! $TMPDIR/exclude.sort10 sort exclude_dpc >! $TMPDIR/exclude.sort 11 11 12 12 ##############################################
Note:
See TracChangeset
for help on using the changeset viewer.