]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ports/ports.make: Bugfix: ignore CVS directories.
authorjan <jan>
Thu, 28 Mar 2002 11:27:36 +0000 (11:27 +0000)
committerjan <jan>
Thu, 28 Mar 2002 11:27:36 +0000 (11:27 +0000)
* stepmake/.cvsignore: New file.

ChangeLog
ports/ports.make
stepmake/.cvsignore [new file with mode: 0644]

index 235d20bd143e141e3fd8a5707fb75f37fde62c64..5c59e4bc87cd6079001e17396c898ba6c86caba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ports/ports.make: Bugfix: ignore CVS directories.
+
+       * stepmake/.cvsignore: New file.
+
 2002-03-28  Han-Wen  <hanwen@cs.uu.nl>
 
        * lily/multi-measure-rest.cc (brew_molecule): variable width molecule.
index d02bca27bbd546407c718463cdedfb43390034be..6e0b84c3c564004d27bf00d0a1b202c1d308fc2b 100644 (file)
@@ -19,7 +19,7 @@ make-root?=$(wildcard /usr/local/share/lilypond/make)
 # make-root=<LilyPond's datadir>/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 (file)
index 0000000..94eb56c
--- /dev/null
@@ -0,0 +1,7 @@
+GNUmakefile
+config.cache
+config.h
+config.log
+config.make
+config.status
+configure