From: jan Date: Thu, 28 Mar 2002 11:27:36 +0000 (+0000) Subject: * ports/ports.make: Bugfix: ignore CVS directories. X-Git-Tag: release/1.5.59~189 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab33a9442c6595d848aa892c469662e6e9c0f841;p=lilypond.git * ports/ports.make: Bugfix: ignore CVS directories. * stepmake/.cvsignore: New file. --- 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