Skip to content

Commit

Permalink
Let distribution patches generate ${NAME}.orig_dist backup copies to …
Browse files Browse the repository at this point in the history
…avoid

confusion with backup copies generated from pkgsrc patches (${NAME}.orig).
Suggested by Nicolas Fugier in PR 20588.
  • Loading branch information
wiz committed Mar 22, 2003
1 parent c724d7e commit 99fcfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1152 2003/03/19 01:19:30 hubertf Exp $
# $NetBSD: bsd.pkg.mk,v 1.1153 2003/03/22 04:00:57 wiz Exp $
#
# This file is in the public domain.
#
Expand Down Expand Up @@ -315,7 +315,7 @@ PATCH_DIST_ARGS+= --batch
.endif
.if defined(_PATCH_CAN_BACKUP) && ${_PATCH_CAN_BACKUP} == "yes"
PATCH_ARGS+= ${_PATCH_BACKUP_ARG} .orig
PATCH_DIST_ARGS+= ${_PATCH_BACKUP_ARG} .orig
PATCH_DIST_ARGS+= ${_PATCH_BACKUP_ARG} .orig_dist
.endif
PATCH_FUZZ_FACTOR?= -F0 # Default to zero fuzz

Expand Down

0 comments on commit 99fcfca

Please sign in to comment.