IcedTea: tighten patch logic
Andrew Haley
aph at redhat.com
Wed Jul 11 11:06:46 PDT 2007
I was finding that fuzziness == 2 was causing
icedtea-assembler_amd64.patch to be multiply applied.
Andrew.
2007-07-11 Andrew Haley <aph at redhat.com>
* Makefile.am (patch): Set fuzziness to zero.
diff -r 6b3987f26dce Makefile.am
--- a/Makefile.am Wed Jul 11 18:43:31 2007 +0100
+++ b/Makefile.am Wed Jul 11 19:04:06 2007 +0100
@@ -264,7 +264,7 @@ patch: extract
for p in $(ICEDTEA_PATCHES) ; \
do \
echo Checking $$p ; \
- if $(PATCH) -p0 --dry-run -s -t -f < $$p ; \
+ if $(PATCH) -p0 --dry-run -s -t -f -F 0 < $$p ; \
then \
echo Applying $$p ; \
$(PATCH) -p0 < $$p ; \
--
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903
More information about the distro-pkg-dev
mailing list