Searched refs:PROG_DIR (Results 1 – 4 of 4) sorted by relevance
11 PROG_DIR=`pwd`14 PROG_DIR=..28 MY_MAKE="make -f $PROG_DIR/makefile srcdir=$PROG_DIR"37 make -f "$PROG_DIR/makefile" EXTRA_CFLAGS=-I$RETEST srcdir="$PROG_DIR" "$O_FILE" "$@"43 echo "** program is in $PROG_DIR"
9 PROG_DIR=`pwd`12 PROG_DIR=..28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
116 PROG_DIR=`pwd`118 PROG_DIR=`echo "$PROG_DIR" | sed -e 's/ /\\\\ /g'`121 PROG_DIR=..125 YACC=$PROG_DIR/yacc126 YACC_escaped=`echo "$PROG_DIR/yacc" | sed -e 's/\./\\\./g'`131 ifBTYACC=`$FGREP -l 'define YYBTYACC' $PROG_DIR/config.h > /dev/null; test $? != 0; echo $?`
71 typeset PROG_DIR=$STF_SUITE/tests/snapshot72 typeset SUM=$($SHA1 -q $PROG_DIR/ctldir_acl.txt)