[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can quilt delete or rename a file?



Hello, Elliott.

Yes, quilt can remove files. Here is example command sequence to achieve this:

quilt new patch-name.diff
quilt add file/to/be/removed
rm file/to/be/removed
quilt refresh
quilt pop -a

2011/6/1 Paul Elliott <pelliott@blackpatchpanel.com>:
>
> Can Quilt delete or rename a file?
>
> My upstream supplies a GNU Makefile, but I am going to replace it with an auto*
> tools setup. The Makefile will be created by the ./configure step.
>
> Should I delete or rename the upstream's for clarity? How would I do this?

-- 
WBR, Andriy Senkovych


Reply to: