Date: Mon, 4 Sep 2000 19:52:51 -0400 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: <doc@freebsd.org> Subject: Updates to http://www.freebsd.org/porters-handbook/porting-autoplist.html Message-ID: <000b01c016cb$41e913a0$1200a8c0@zircon>
next in thread | raw e-mail | index | archive | help
http://www.freebsd.org/porters-handbook/porting-autoplist.html This is a great help to porters, however, due to issued with GNU autoconf and dependencies, it is essential that all build directories for ports and their dependencies are fully cleaned, in order to obtiain all the information needed to auto-generate the PLIST. Thus, the following should be inserted between the "First, make sure your port..." and "Next, create a new set" sections. < new > Next, completely clean the build directories for your port and all dependencies. This will ensure that all files and directories will be properly enumerated during the creation of the PLIST. # make clean < /new > -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c016cb$41e913a0$1200a8c0>