Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/BUILDING,v rcsdiff: /ftp/cvs/cvsroot/src/BUILDING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.65 retrieving revision 1.67 diff -u -p -r1.65 -r1.67 --- src/BUILDING 2007/09/01 08:15:27 1.65 +++ src/BUILDING 2007/11/23 16:19:28 1.67 @@ -627,12 +627,6 @@ BUILDING iso-image-source Perform ``make iso-image-source''. - iso-dir=directory - When combined with ``iso-image'' or ``iso-image-source'', - it will cause directory to be added to the CD-ROM image. - If directory does not start with ``/'' then it will be made - relative to RELEASEDIR. - The following command line options alter the behaviour of the build.sh operations described above: @@ -640,10 +634,19 @@ BUILDING -B buildid Set the value of BUILDID to buildid. This will also append the - build idenfitier to the name of the ``make'' wrapper script so + build identifier to the name of the ``make'' wrapper script so that the resulting name is of the form ``nbmake-MACHINE-BUILDID''. + -C cdextras + Set the value of CDEXTRA to cdextras which is a space-separated + list of files or directories which will be added in order to + the CD-ROM image when used in conjunction with ``iso-image'' or + ``iso-image-source''. Files will be added to the root of the + CD-ROM image, whereas directories will be copied recursively. + If relative paths are specified, they will be converted to + absolute paths before being used. + -D dest Set the value of DESTDIR to dest. If a relative path is speci- fied, it will be converted to an absolute path before being used.