diff options
author | rillig <rillig> | 2007-03-17 17:17:33 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-03-17 17:17:33 +0000 |
commit | 6ae4854cbb0cd7ed0773c5142ec6b04a941bbdcc (patch) | |
tree | e0af0abe4383810c617a03c7ac4c1dd7044a9271 /mk/flavor | |
parent | 6e2862e254b7a9243deb259fdb9ed90a609d7d21 (diff) | |
download | pkgsrc-6ae4854cbb0cd7ed0773c5142ec6b04a941bbdcc.tar.gz |
XXX: "make replace" should be one transaction.
Diffstat (limited to 'mk/flavor')
-rw-r--r-- | mk/flavor/pkg/replace.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/flavor/pkg/replace.mk b/mk/flavor/pkg/replace.mk index a463b2e9647..9a57516b070 100644 --- a/mk/flavor/pkg/replace.mk +++ b/mk/flavor/pkg/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.7 2007/03/08 23:06:37 rillig Exp $ +# $NetBSD: replace.mk,v 1.8 2007/03/17 17:17:33 rillig Exp $ # # _flavor-replace: @@ -7,6 +7,11 @@ # See also: # replace # +# XXX: The whole replacement, from deinstalling the old package up +# to installing the new package, should be one transaction. It +# currently isn't, and the check-files target for other packages +# can be confused when a +REQUIRED_BY files suddenly disappears. +# _flavor-replace: \ replace-tarup \ replace-names \ |