f7ee73e0ba
* Add comments to each patch file.
25 lines
632 B
Text
25 lines
632 B
Text
$NetBSD: patch-bp,v 1.2 2010/09/27 12:01:49 taca Exp $
|
|
|
|
* Nuke removing existing files.
|
|
|
|
--- conf/makefiles/zotnet/mts.orig 2001-06-11 01:26:35.000000000 +0000
|
|
+++ conf/makefiles/zotnet/mts
|
|
@@ -14,6 +14,8 @@ LDOPTLIB= @(LDOPTLIB)
|
|
CHOWN = @(MHCHOWNPATH)
|
|
REMOVE = @(MHREMOVE)
|
|
|
|
+CP = @(CP)
|
|
+
|
|
CC = @(MHCOMPILER)
|
|
CPP = @(MHCPP)
|
|
@BEGIN: OPTIM
|
|
@@ -94,8 +96,7 @@ inst-mtstailor: $(ETCDIR)/mtstailor
|
|
|
|
$(ETCDIR)/mtstailor: mtstailor
|
|
-@if [ ! -f $@ ]; then \
|
|
- $(REMOVE) $@ zmtstailor; \
|
|
- cp mtstailor $@; \
|
|
+ $(CP) mtstailor $@; \
|
|
else \
|
|
echo "Will not overwrite existing $@"; \
|
|
fi
|