lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 66ae5a6 03/12: Clarify that obsolete makefile


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 66ae5a6 03/12: Clarify that obsolete makefiles needn't be maintained
Date: Sun, 12 May 2019 22:25:16 -0400 (EDT)

branch: master
commit 66ae5a6e61a8af705e5427e2de7f935733e34aaf
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Clarify that obsolete makefiles needn't be maintained
    
    These makefiles are retained only because they may contain some useful
    ideas for supporting other compilers than gcc.
---
 bcc_5_5_1.make | 4 +++-
 como.make      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bcc_5_5_1.make b/bcc_5_5_1.make
index a97707e..784268d 100644
--- a/bcc_5_5_1.make
+++ b/bcc_5_5_1.make
@@ -53,7 +53,9 @@ compiler_impersonation_cppflags := \
   -D WIN32_LEAN_AND_MEAN \
   -I $(shadow_header_directory) \
 
-gcc3_dir     := /opt/lmi/mingw
+# This makefile because unusable long ago, so this dependency has been
+# renamed to avoid pointless maintenance updates.
+gcc3_dir     := /opt/lmi/no_longer_usable
 gcc3_bin_dir := $(gcc3_dir)/bin
 
 # Casual workarounds for borland C++ version 5.5.1 . The vendor calls
diff --git a/como.make b/como.make
index af28df9..70bb162 100644
--- a/como.make
+++ b/como.make
@@ -76,7 +76,9 @@ UNUSED_compiler_impersonation_cppflags := \
   -D LMI_IGNORE_PCH \
   -D __COMO__ \
 
-gcc3_dir     := /opt/lmi/mingw
+# This makefile because unusable long ago, so this dependency has been
+# renamed to avoid pointless maintenance updates.
+gcc3_dir     := /opt/lmi/no_longer_usable
 gcc3_bin_dir := $(gcc3_dir)/bin
 
 # Comeau C++ for msw requires both its own bin/ directory and the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]