IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 12:09:41 AM (19 years ago)
Author:
eugene
Message:

cleanup up build scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/notes.txt

    r11940 r12132  
     1
     22007.02.28 : cleanup configuration tools
     3
     4operations we would like to perform with these tools:
     5
     6tag CVS tree
     7build tarball from tagged tree
     8build tarball from head
     9build and install software in tree
     10check for needed external software
     11build and install external software
     12
     13
    114
    215YAML : asks for installation confirmation. 
     
    720Template : asks about XS and additional files.  we can skip both of these
    821
     22#!/bin/csh -f
     23
     24grep use `find .. -name "*.pm"` |\
     25     sed "s|::|@@|g" |\
     26     awk -F: '{print $2}' |\
     27     sed "s|@@|::|g" |\
     28     awk -F\; '{print $1}' |\
     29     grep -v "\#" |\
     30     sed "s|qw(|@|" |\
     31     awk -F@ '{print $1}' |\
     32     sort | uniq |\
     33     grep "^use" > perl.modules.list
Note: See TracChangeset for help on using the changeset viewer.