Changeset 12132 for trunk/psconfig/notes.txt
- Timestamp:
- Mar 1, 2007, 12:09:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/notes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/notes.txt
r11940 r12132 1 2 2007.02.28 : cleanup configuration tools 3 4 operations we would like to perform with these tools: 5 6 tag CVS tree 7 build tarball from tagged tree 8 build tarball from head 9 build and install software in tree 10 check for needed external software 11 build and install external software 12 13 1 14 2 15 YAML : asks for installation confirmation. … … 7 20 Template : asks about XS and additional files. we can skip both of these 8 21 22 #!/bin/csh -f 23 24 grep 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.
