*** 6.1-RELEASE/src/release/Makefile Sat May 13 16:33:15 2006 --- gen/src/release/Makefile Sat May 13 16:37:16 2006 *************** *** 280,285 **** --- 280,295 ---- .if !defined(NODOC) DOCREL= doc.1 doc.2 + # If you are an optimist & hope all 10000 ports are in good order, + # uncomment next line (or assert PREANPORTS=-P on command line), + # PREANPORTS=-P + # else leave it commented out, if you prefer to waste a little space + # & have a better chance of having "make readmes" run to completion. + # 4.2-RELEASE ports/audio/ripit-atapi was an example of a directory + # containing just an empty directory "files". A cvs -P did not create + # ripit-atapi, but audio/Makefile had SUBDIR+= ripit-atapi, & hung + # "make readmes" with "cd: can''t cd to ripit-atapi" + # An alternate more drastic way to avoid make breaking is assert NOPORTREADMES .endif .if !make(release) && !make(rerelease)