Searched refs:ODIR (Results 1 – 2 of 2) sorted by relevance
15 ODIR=pull-$$82 ODIR="$OPTARG"181 if [ -e $ODIR ]; then182 echo "ERROR: output directory $ODIR exists."185 mkdir $ODIR188 ODIR=$(realpath $ODIR)195 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le…197 if [ -z "$(ls -A $ODIR 2> /dev/null)" ]; then198 echo "ERROR: $ODIR is empty, no cover letter and patches was generated!"201 rmdir $ODIR[all …]
66 -ODIR = obj90 -OBJS = $(patsubst %,$(ODIR)/%,$(notdir $(SRCS:.c=.o)))103 -$(ODIR)/%.o: $(SDIR)/%.c $(INCS)