From d1e9e56bceb28ec0434ba52bfda31e31599630a8 Mon Sep 17 00:00:00 2001 From: jtkohl Date: Thu, 27 Jul 1989 19:07:51 +0000 Subject: [PATCH] Programmer: Jay Berkenbilt Auditor: John Kohl remove old archives/move current ones, to work around filename truncation problems --- util/imake.includes/Imake.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index da2a5747..1a2b9c85 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -58,10 +58,14 @@ all:: concat3(lib,libname,.a) concat3(lib,libname,_p.a) @@\ all:: concat3(llib-l,libname,.ln) @@\ @@\ concat3(lib,libname,.a): objs @@\ + $(RM) $@.bak @@\ + -$(MV) $@ $@.bak @@\ $(ARCHIVE) $@ objs @@\ $(RANLIB) $@ @@\ @@\ concat3(lib,libname,_p.a): objs @@\ + $(RM) $@.bak @@\ + -$(MV) $@ $@.bak @@\ cd profiled; $(ARCHIVE) ../$@ objs @@\ $(RANLIB) $@ @@\ @@\ @@ -114,6 +118,8 @@ all:: concat3(lib,libname,.a) @@\ all:: concat3(llib-l,libname,.ln) @@\ @@\ concat3(lib,libname,.a): objs @@\ + $(RM) $@.bak @@\ + -$(MV) $@ $@.bak @@\ $(ARCHIVE) $@ objs @@\ $(RANLIB) $@ @@\ @@\ -- 2.45.1