summaryrefslogtreecommitdiff
path: root/solenv/inc/startup/UNIX/macros.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/inc/startup/UNIX/macros.mk')
-rw-r--r--solenv/inc/startup/UNIX/macros.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/solenv/inc/startup/UNIX/macros.mk b/solenv/inc/startup/UNIX/macros.mk
new file mode 100644
index 000000000000..7fa2f1b77d35
--- /dev/null
+++ b/solenv/inc/startup/UNIX/macros.mk
@@ -0,0 +1,19 @@
+# This file is used for all $(OS)==UNX during startup
+#
+
+SHELL *:= /usr/bin/csh
+GROUPSHELL *:= $(SHELL)
+
+.IF $(USE_SHELL) == bash
+ SHELLFLAGS *:= -c
+.ELSE
+ SHELLFLAGS *:= -fc
+.ENDIF # $(USE_SHELL) == bash
+
+ GROUPFLAGS *:= $(SHELLFLAGS)
+
+# incomplete - better use METAS from startup.mk
+# SHELLMETAS *:= "<>|/
+ RM *= rm
+ RMFLAGS *= -f
+ MV *= mv