Hello,

attached is a patch which solves a potential problem with the
SolarisStudio compiler. It could happen that CDE build fails if the
system include files have wrong timestamps.
This patch moves the dependency information into a separate file.
It also works with gcc.

Best Regards, Ulrich


--
Ulrich Wilkens
Email: m...@uwilkens.de

>From cfede18a8a6381f257ad2eae4b6502f21bf8bc11 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Mon, 11 Jun 2018 23:00:41 +0200
Subject: [PATCH] create .depend files for Solaris+Illumos

---
 cde/config/cf/sun.cf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cde/config/cf/sun.cf b/cde/config/cf/sun.cf
index 956da3f..e238bd2 100644
--- a/cde/config/cf/sun.cf
+++ b/cde/config/cf/sun.cf
@@ -368,6 +368,8 @@ man_keywords::								@@\
 #define SharedXdmcpRev 6
 #endif
 
+#define HasMakefileSafeInclude	YES
+#define IncludeMakefile(file)	HASH_SIGN dependencies are in .depend
 #define DependFileName		.depend
 #if HasSunC
 #define DependDefines		-D__BUILTIN_VA_ARG_INCR
-- 
1.7.11.5

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to