Hi hackers.

Just a little note. There are two references in maint.mk to
Makefile.cfg (in comments). It seems that it should read cfg.mk
instead.

--- top/maint.mk.orig   2008-07-27 16:21:51.000000000 +0200
+++ top/maint.mk        2008-08-29 01:28:43.000000000 +0200
@@ -21,10 +21,10 @@
 
 # List of all C-like source code files that will be tested for
 # stylistic "errors".  You may want to define this to something
-# more complex in Makefile.cfg.
+# more complex in cfg.mk.
 C_SOURCES ?= $(shell find . -name '*.[chly]')
 
-# Add some more files to check, typically set in Makefile.cfg.
+# Add some more files to check, typically set in cfg.mk.
 C_SOURCES += $(C_SOURCES_ADD)
 
 # Do not save the original name or timestamp in the .tar.gz file.



Reply via email to