Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate renames in patches (#3617)
* Eliminate renames in patches * ensure that `patch` removes zero-length files This fixes the build on some platforms like Alpine where this behaviour is not active by default, and thus results in empty `.ml` files being generated in the source tree. Signed-off-by: Anil Madhavapeddy <anil@recoil.org> * Revert "ensure that `patch` removes zero-length files" This reverts commit f6d0017. * Workaround strict POSIX patching POSIX patch will leave src_ext/seq/seq.ml{,i} as zero-length files but patch -E is non-POSIX.
- Loading branch information