# HG changeset patch # User Chris Cannam # Date 1595519382 -3600 # Node ID af1a7d76539db038279a1a664266008cf82fa8f4 # Parent be6a245c43f3ebd0a146c0e05cd8fd5a93a8cb8e Note if no Makefile found diff -r be6a245c43f3 -r af1a7d76539d deploy/clean-build-and-package --- a/deploy/clean-build-and-package Thu Jul 23 16:45:40 2020 +0100 +++ b/deploy/clean-build-and-package Thu Jul 23 16:49:42 2020 +0100 @@ -16,6 +16,11 @@ if [ -d /Applications ]; then + if [ ! -f Makefile ]; then + echo "You must have run a routine normal build at least once before this, so I can see which Qt settings to use" + exit 1 + fi + qmake=$(grep '^# Command: ' Makefile | awk '{ print $3; }') echo "Proceed to rebuild, package, and sign version $version using"