Home
last modified time | relevance | path

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

/linux/
H A DMakefile636 export RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ macro
1599 @find . $(RCS_FIND_IGNORE) \
1608 @find . $(RCS_FIND_IGNORE) \
1811 $(Q)find $(srctree) $(RCS_FIND_IGNORE) \
1998 @find . $(RCS_FIND_IGNORE) \
2079 find $(srctree)/* $(RCS_FIND_IGNORE) \
2084 find $(srctree)/* $(RCS_FIND_IGNORE) \
/linux/scripts/
H A Dtags.sh15 # RCS_FIND_IGNORE has escaped ()s -- remove them.
16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"