centralize definitions of shell commands
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Fri, 18 May 2012 18:22:42 +0000 (20:22 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:46:07 +0000 (16:46 +0200)
commit45a201b6a3658c3575f1c44d80a0408ef918afe2
tree1fb05cd71bd5aec525a831ffeb312b8b7dd04a03
parent3c144b54cfe93463cf4e8ce9ca3b9d550f5d72bc
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>
66 files changed:
mkspecs/aix-g++-64/qmake.conf
mkspecs/aix-g++/qmake.conf
mkspecs/aix-xlc-64/qmake.conf
mkspecs/aix-xlc/qmake.conf
mkspecs/common/linux.conf
mkspecs/common/mac.conf
mkspecs/common/qcc-base-qnx.conf
mkspecs/common/shell-unix.conf [new file with mode: 0644]
mkspecs/common/shell-win32.conf [new file with mode: 0644]
mkspecs/common/unix.conf
mkspecs/common/wince/qmake.conf
mkspecs/cygwin-g++/qmake.conf
mkspecs/darwin-g++/qmake.conf
mkspecs/freebsd-g++/qmake.conf
mkspecs/freebsd-g++46/qmake.conf
mkspecs/freebsd-icc/qmake.conf
mkspecs/hpux-acc-64/qmake.conf
mkspecs/hpux-acc-o64/qmake.conf
mkspecs/hpux-acc/qmake.conf
mkspecs/hpux-g++-64/qmake.conf
mkspecs/hpux-g++/qmake.conf
mkspecs/hpuxi-acc-32/qmake.conf
mkspecs/hpuxi-acc-64/qmake.conf
mkspecs/hpuxi-g++-64/qmake.conf
mkspecs/hurd-g++/qmake.conf
mkspecs/irix-cc-64/qmake.conf
mkspecs/irix-cc/qmake.conf
mkspecs/irix-g++-64/qmake.conf
mkspecs/irix-g++/qmake.conf
mkspecs/linux-cxx/qmake.conf
mkspecs/linux-ecc-64/qmake.conf
mkspecs/linux-icc/qmake.conf
mkspecs/linux-kcc/qmake.conf
mkspecs/linux-pgcc/qmake.conf
mkspecs/lynxos-g++/qmake.conf
mkspecs/macx-xlc/qmake.conf
mkspecs/netbsd-g++/qmake.conf
mkspecs/openbsd-g++/qmake.conf
mkspecs/sco-cc/qmake.conf
mkspecs/sco-g++/qmake.conf
mkspecs/solaris-cc-64/qmake.conf
mkspecs/solaris-cc/qmake.conf
mkspecs/solaris-g++-64/qmake.conf
mkspecs/solaris-g++/qmake.conf
mkspecs/tru64-cxx/qmake.conf
mkspecs/tru64-g++/qmake.conf
mkspecs/unixware-cc/qmake.conf
mkspecs/unixware-g++/qmake.conf
mkspecs/unsupported/integrity-ghs/qmake.conf
mkspecs/unsupported/linux-host-g++/qmake.conf
mkspecs/unsupported/qnx-X11-g++/qmake.conf
mkspecs/unsupported/qws/qnx-641/qmake.conf
mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf
mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf
mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
mkspecs/unsupported/win32-borland/qmake.conf
mkspecs/unsupported/win32-g++-cross/qmake.conf
mkspecs/unsupported/win32-msvc2003/qmake.conf
mkspecs/win32-g++/qmake.conf
mkspecs/win32-icc/qmake.conf
mkspecs/win32-msvc11/qmake.conf
mkspecs/win32-msvc2005/qmake.conf
mkspecs/win32-msvc2008/qmake.conf
mkspecs/win32-msvc2010/qmake.conf