mirror of https://github.com/openXC7/prjxray.git
infra: Detect no changes.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
d144c9d2c8
commit
c3f6ba5c7c
|
|
@ -53,7 +53,7 @@ echo "----------------------------------------"
|
|||
echo "----------------------------------------"
|
||||
|
||||
# Check there is nothing to do after running...
|
||||
if [ $(make --dry-run | wc -l) -gt 0 ]; then
|
||||
if [ $(make --dry-run | grep -v 'Nothing to be done' | wc -l) -gt 0 ]; then
|
||||
echo "The following targets need to still run!"
|
||||
make --dry-run
|
||||
echo "----------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in New Issue