From: <sg...@us...> - 2008-01-04 18:47:24
|
Revision: 110 http://toc.svn.sourceforge.net/toc/?rev=110&view=rev Author: sgbeal Date: 2008-01-04 10:47:20 -0800 (Fri, 04 Jan 2008) Log Message: ----------- typo corrections Modified Paths: -------------- make-book/trunk/code/ShakeNMake/shake-n-make.make Modified: make-book/trunk/code/ShakeNMake/shake-n-make.make =================================================================== --- make-book/trunk/code/ShakeNMake/shake-n-make.make 2007-11-10 04:29:42 UTC (rev 109) +++ make-book/trunk/code/ShakeNMake/shake-n-make.make 2008-01-04 18:47:20 UTC (rev 110) @@ -11,7 +11,7 @@ # in higher-level makefiles and include this one from there. # # The shell code in this makefile assumes GNU Make, GNU Bash and GNU -# versions several other common system tools, like mkdir, tar, sed, +# versions of several other common system tools, like mkdir, tar, sed, # etc. # ######################################################################## @@ -49,7 +49,8 @@ # include shake-n-make.mk # # Using spaces or special shell characters in .NAME and .VERSION may -# cause problems in this code. +# cause problems in this code. Likewise, special characters in +# filenames may cause problems with some of the built-in rules. # # PACKAGE.* are used when building a distribution tarball. # @@ -162,7 +163,7 @@ # # Note that GNUmakefile and shake-n-make.make are added to DIST_FILES by # default, so you don't need to add those. If shake-n-make.make is using -# mkdep.c to generate C/C++ dependencies than that file is also +# mkdep.c to generate C/C++ dependencies then that file is also # automatically included in the distribution. # # If you want to use a non-GNU tar or change the compression type This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |