Searched refs:RCS_FIND_IGNORE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/
H A DMakefile614 export RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ macro
1518 @find . $(RCS_FIND_IGNORE) \
1527 @find . $(RCS_FIND_IGNORE) \
1928 @find $(or $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
2001 find $(srctree)/* $(RCS_FIND_IGNORE) \
2006 find $(srctree)/* $(RCS_FIND_IGNORE) \
/linux-master/scripts/
H A Dtags.sh15 # RCS_FIND_IGNORE has escaped ()s -- remove them.
16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"

Completed in 142 milliseconds