[Swift-commit] r3229 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 5 11:34:48 CST 2010
Author: wozniak
Date: 2010-02-05 11:34:48 -0600 (Fri, 05 Feb 2010)
New Revision: 3229
Modified:
trunk/libexec/_swiftwrap
Log:
Output cleanup.
Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap 2010-02-04 23:47:12 UTC (rev 3228)
+++ trunk/libexec/_swiftwrap 2010-02-05 17:34:48 UTC (rev 3229)
@@ -341,9 +341,8 @@
logstate "LINK_INPUTS"
for L in $INF ; do
- log "L: $L"
CDM_POLICY=$( cdm_lookup $L shared/$CDM_FILE )
- log "CDM_POLICY: $CDM_POLICY"
+ log "CDM_POLICY: $L -> $CDM_POLICY"
if [ $CDM_POLICY != "DEFAULT" ]; then
eval cdm_action $DIR "INPUT" $L $CDM_POLICY
continue
@@ -365,7 +364,7 @@
SKIPPED_OUTPUT=()
for L in $OUTF ; do
CDM_POLICY=$( cdm_lookup $L shared/$CDM_FILE )
- log "CDM_POLICY: $L $CDM_POLICY"
+ log "CDM_POLICY: $L -> $CDM_POLICY"
if [ $CDM_POLICY != "DEFAULT" ]; then
eval cdm_action $DIR "OUTPUT" $L $CDM_POLICY
SKIPPED_OUTPUT=( $SKIPPED_OUTPUT $L )
More information about the Swift-commit
mailing list