Home
last modified time | relevance | path

Searched refs:ODIR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcreate-pull-request15 ODIR=pull-$$
82 ODIR="$OPTARG"
181 if [ -e $ODIR ]; then
182 echo "ERROR: output directory $ODIR exists."
185 mkdir $ODIR
188 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)" ]; then
198 echo "ERROR: $ODIR is empty, no cover letter and patches was generated!"
201 rmdir $ODIR
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/
H A D0001-build-use-autotools.patch66 -ODIR = obj
90 -OBJS = $(patsubst %,$(ODIR)/%,$(notdir $(SRCS:.c=.o)))
103 -$(ODIR)/%.o: $(SDIR)/%.c $(INCS)