BSD make interrupts shell pipeline after
if it cannot run the command:
rm -f Mrm.msg
ln -s ../../../../imports/motif/localized/de_DE.ISO8859-1/msg/Mrm.msg Mrm.msg
Running mkcatdefs for Mrm.cat with LANG set to de_DE.ISO8859-1
( rm -f Mrm.cat Mrm.tmp.msg; LANG=de_DE.ISO8859-1; export LANG;
../../../../imports/motif/localized/util/mkcatdefs Mrm Mrm.msg -h >
Mrm.tmp.msg; gencat Mrm.cat Mrm.tmp.msg; rm -f Mrm.tmp.msg )
../../../../imports/motif/localized/util/mkcatdefs: not found
*** Error code 127
After this, an empty Mrm.tmp.msg is left.
---
cde/.gitignore | 10 ++++++++++
cde/programs/localized/templates/msg.tmpl | 1 +
2 files changed, 11 insertions(+)
diff --git a/cde/.gitignore b/cde/.gitignore
index 9aa2dd7..4682717 100644
--- a/cde/.gitignore
+++ b/cde/.gitignore
@@ -131,6 +131,16 @@ programs/dtwm/dtwm
programs/localized/C/types/*.dt
programs/localized/C/types/*.dt.tmsg
programs/localized/C/types/*.nls
+programs/localized/ls /msg/*.nls
+programs/localized/de_DE.ISO8859-1/msg/*.tmp.msg
+programs/localized/es_ES.ISO8859-1/msg/*.tmp.msg
+programs/localized/fr_FR.ISO8859-1/msg/*.tmp.msg
+programs/localized/it_IT.ISO8859-1/msg/*.tmp.msg
+programs/localized/ja_JP.dt-eucJP/msg/*.tmp.msg
+programs/localized/ko_KR.dt-eucKR/msg/*.tmp.msg
+programs/localized/sv_SE.ISO8859-1/msg/*.tmp.msg
+programs/localized/zh_CN.dt-eucCN/msg/*.tmp.msg
+programs/localized/zh_TW.dt-eucTW/msg/*.tmp.msg
# dtappbuilder
programs/dtappbuilder/src/ab/.dtcodegen.log
diff --git a/cde/programs/localized/templates/msg.tmpl
b/cde/programs/localized/templates/msg.tmpl
index 697f457..f9987c7 100644
--- a/cde/programs/localized/templates/msg.tmpl
+++ b/cde/programs/localized/templates/msg.tmpl
@@ -7,5 +7,6 @@ RandomMessageCatalogRule()
clean::
$(RM) *.cat
+ $(RM) *.tmp.msg
depend::
--
1.7.9.2
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel