Date: Mon, 09 Jun 1997 16:02:00 -0700 From: "Pedro F. Giffuni" <pgiffuni@fps.biblos.unal.edu.co> To: ports@freebsd.org Subject: diff question Message-ID: <339C8B67.41E1@fps.biblos.unal.edu.co>
next in thread | raw e-mail | index | archive | help
Howdy, I need to generate some new files based on older files that are available on a port. The filenames don't match and so a new file must be created without destroying the previous one. How do I instruct diff() so that the new file will be created? I normally did a "cp oldfile newfile" during a pre-patch, but in this case I have many of those files and I want to handle it with the patches. TIA, Pedro. (BTW, don't remove me from the CC, I unsubscribed)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?339C8B67.41E1>