Shorten context of last hunk in the hope it fixes PR 26787.

This commit is contained in:
wiz 2004-08-28 19:14:23 +00:00
parent ee69d7d4ed
commit d327589abe
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2001/08/19 03:28:59 jlam Exp $
$NetBSD: distinfo,v 1.3 2004/08/28 19:14:23 wiz Exp $
SHA1 (dl-ezkit-0.8.1-bsd.tar.gz) = d134aef41f559e23d79eca85e15273d60135a7f0
Size (dl-ezkit-0.8.1-bsd.tar.gz) = 32166 bytes
SHA1 (patch-aa) = 8425dd855a7a6b99f2f2d7cef186e6cb0f2faaab
SHA1 (patch-aa) = 573de9fb1ae44439a74f14f0185e9984b13db0d5
SHA1 (patch-ab) = 6a8bd14cb90517ca3c859a0b89f762ed8f2e82fb
SHA1 (patch-ac) = 2af79d096d52199e0e71008cd9d9cd7d351638d3

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.2 2001/08/19 03:29:00 jlam Exp $
$NetBSD: patch-aa,v 1.3 2004/08/28 19:14:23 wiz Exp $
--- Makefile.bsd.orig Wed Dec 9 12:04:20 1998
+++ Makefile.bsd
@ -23,11 +23,10 @@ $NetBSD: patch-aa,v 1.2 2001/08/19 03:29:00 jlam Exp $
checkin:
ci -u $(ALLFILES)
@@ -41,6 +41,6 @@
@@ -41,5 +41,5 @@
fi
clean:
- (rm *.o *~ *.core $(TARGETS))
+ rm -f *.o *~ *.core $(TARGETS)
#EOF