From ab33a9442c6595d848aa892c469662e6e9c0f841 Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 28 Mar 2002 11:27:36 +0000 Subject: [PATCH] * ports/ports.make: Bugfix: ignore CVS directories. * stepmake/.cvsignore: New file. --- ChangeLog | 6 ++++++ ports/ports.make | 2 +- stepmake/.cvsignore | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 stepmake/.cvsignore diff --git a/ChangeLog b/ChangeLog index 235d20bd14..5c59e4bc87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-28 Jan Nieuwenhuizen + + * ports/ports.make: Bugfix: ignore CVS directories. + + * stepmake/.cvsignore: New file. + 2002-03-28 Han-Wen * lily/multi-measure-rest.cc (brew_molecule): variable width molecule. diff --git a/ports/ports.make b/ports/ports.make index d02bca27bb..6e0b84c3c5 100644 --- a/ports/ports.make +++ b/ports/ports.make @@ -19,7 +19,7 @@ make-root?=$(wildcard /usr/local/share/lilypond/make) # make-root=/make ifeq ($(SUBDIRS),) -SUBDIRS = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*')) +SUBDIRS = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*' -and -not -name 'CVS')) endif ifneq ($(make-root),) diff --git a/stepmake/.cvsignore b/stepmake/.cvsignore new file mode 100644 index 0000000000..94eb56c37a --- /dev/null +++ b/stepmake/.cvsignore @@ -0,0 +1,7 @@ +GNUmakefile +config.cache +config.h +config.log +config.make +config.status +configure -- 2.39.5