drop 'set -x' from top-level Allwmake - it's in the subordinate ones anyhow

- also gives better isolation between scripts
This commit is contained in:
Mark Olesen 2009-07-27 08:46:43 +02:00
parent 655608678e
commit 7fd14818e9

View File

@ -1,6 +1,5 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
# wmake is required for subsequent targets
( cd wmake/src && make )