mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-deps): Ignore =... subdirs.
This commit is contained in:
parent
310d0d401b
commit
b26aba3879
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ doit:
|
|||
custom-deps: doit
|
||||
subdirs=`find . -type d -print`; \
|
||||
for file in $$subdirs; do \
|
||||
case $$file in */Old | */RCS) ;; \
|
||||
case $$file in */Old | */RCS | */=* ) ;; \
|
||||
*) wins="$$wins $$file" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue