Searched refs:SRC_FILE (Results 1 – 2 of 2) sorted by relevance
84 for SRC_FILE in $SRC_FILES; do86 DST_FILE=${SRC_FILE%%.text}.html91 if [ -z "$FORCE" -a -f "$DST_FILE" -a "$SRC_FILE" -ot "$DST_FILE" ]; then92 log "Skipping: $SRC_FILE --> $DST_FILE"94 log "Converting: $SRC_FILE --> $DST_FILE"99 run $SUBST_PROGRAM --output "$TMP_FILE" "$SRC_FILE"100 fail_panic "Could not pre-process $SRC_FILE!"103 fail_panic "Could not convert $SRC_FILE!"
512 local SRC_FILE DST_FILE533 for SRC_FILE in $(cd "$SRC_DIR" && ls crt*.[cS]); do534 DST_FILE=${SRC_FILE%%.c}547 SRC_FILE=$SRC_FILE" $CRTBRAND_S"554 SRC_FILE=$SRC_FILE" $CRTBRAND_S"564 -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1566 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"