]> andersk Git - moira.git/commitdiff
Programmer: Jay Berkenbilt
authorjtkohl <jtkohl>
Thu, 27 Jul 1989 19:07:51 +0000 (19:07 +0000)
committerjtkohl <jtkohl>
Thu, 27 Jul 1989 19:07:51 +0000 (19:07 +0000)
Auditor: John Kohl
remove old archives/move current ones, to work around filename truncation
problems

util/imake.includes/Imake.rules

index da2a57471635762b06ce8a808b557a4d296521c2..1a2b9c85e31d7ce2eb337da1906bab6b5e142438 100644 (file)
@@ -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) $@                                                    @@\
                                                                        @@\
This page took 0.051418 seconds and 5 git commands to generate.