See patch.
>From cffb50d896a962f1183fef1e9b5575c234be27df Mon Sep 17 00:00:00 2001
From: Pascal Stumpf <pascal.stu...@cubes.de>
Date: Mon, 22 Jul 2013 22:03:34 +0200
Subject: [PATCH] Simplify programs/Imakefile a bit.  dtksh, dtlogin and dtcm
 build everywhere.

---
 cde/programs/Imakefile | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile
index b04800f..b95ee85 100644
--- a/cde/programs/Imakefile
+++ b/cde/programs/Imakefile
@@ -8,43 +8,31 @@ NSGMLSDIR = nsgmls
 EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
 
 XCOMM some of these cannot be built on linux yet.
-XCOMM dtksh dtinfo
+XCOMM dtinfo
 #if defined(LinuxArchitecture)
-DTKSHDIR = dtksh
 DTINFODIR = 
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #elif defined(OpenBSDArchitecture)
-DTKSHDIR = dtksh
 DTINFODIR = 
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #elif defined(FreeBSDArchitecture)
-DTKSHDIR = dtksh
 DTINFODIR =
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #else
-DTKSHDIR = dtksh
 DTINFODIR = dtinfo
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #endif
 
 
-SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm $(DTLOGINDIR) \
+SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtspcd \
-       dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
+       dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtconfig \
         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile $(DTLOGINDIR) dtwm \
+LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtcreate \
-       dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
+       dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
-- 
1.8.3.1

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to