summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/shell-unix.conf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-18 20:22:42 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:46:07 +0200
commit45a201b6a3658c3575f1c44d80a0408ef918afe2 (patch)
tree1fb05cd71bd5aec525a831ffeb312b8b7dd04a03 /mkspecs/common/shell-unix.conf
parent3c144b54cfe93463cf4e8ce9ca3b9d550f5d72bc (diff)
centralize definitions of shell commands
there are only two types. everything else is duplication. Change-Id: I87f2bdd3d56b94bb2ecdb60e8861afeb9af3666f Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/common/shell-unix.conf')
-rw-r--r--mkspecs/common/shell-unix.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/mkspecs/common/shell-unix.conf b/mkspecs/common/shell-unix.conf
new file mode 100644
index 0000000000..a89486723f
--- /dev/null
+++ b/mkspecs/common/shell-unix.conf
@@ -0,0 +1,12 @@
+QMAKE_TAR = tar -cf
+QMAKE_GZIP = gzip -9f
+
+QMAKE_COPY = cp -f
+QMAKE_COPY_FILE = $$QMAKE_COPY
+QMAKE_COPY_DIR = $$QMAKE_COPY -R
+QMAKE_MOVE = mv -f
+QMAKE_DEL_FILE = rm -f
+QMAKE_DEL_DIR = rmdir
+QMAKE_CHK_DIR_EXISTS = test -d
+QMAKE_MKDIR = mkdir -p
+QMAKE_STREAM_EDITOR = sed