Home
last modified time | relevance | path

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

/buildroot/support/scripts/
A Dapply-patches.sh45 patchdir=${2-../kernel-patches}
56 if [ ! -d "${patchdir}" ] ; then
57 echo "Aborting. '${patchdir}' is not a directory."
159 scan_patchdir "$patchdir" "$patchpattern"
/buildroot/package/gcc/
A Dgcc.mk39 for patchdir in \
43 if test -d $${patchdir}; then \
44 $(APPLY_PATCHES) $(@D) $${patchdir} \*.patch || exit 1; \

Completed in 10 milliseconds