Home
last modified time | relevance | path

Searched refs:RCS_FIND_IGNORE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dtags.sh15 # RCS_FIND_IGNORE has escaped ()s -- remove them.
16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
/kernel/linux/linux-6.6/scripts/
H A Dtags.sh15 # RCS_FIND_IGNORE has escaped ()s -- remove them.
16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
/kernel/linux/linux-6.6/
H A DMakefile621 export RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ macro
1515 @find . $(RCS_FIND_IGNORE) \
1524 @find . $(RCS_FIND_IGNORE) \
1922 @find $(or $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
1995 find $(srctree)/* $(RCS_FIND_IGNORE) \
2000 find $(srctree)/* $(RCS_FIND_IGNORE) \
/kernel/linux/linux-5.10/
H A DMakefile535 export RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ macro
1557 @find $(srctree) $(RCS_FIND_IGNORE) \
1861 @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
1926 find $(srctree)/* $(RCS_FIND_IGNORE) \
1931 find $(srctree)/* $(RCS_FIND_IGNORE) \

Completed in 6 milliseconds