Revisió 7f54166f
Afegit per Simó Albert i Beltran fa més de 11 anys
nightlycompile.sh | ||
---|---|---|
[ -z "$FORCE" ] && FORCE=0
|
||
|
||
[ $FORCE -eq 0 ] && {
|
||
if (cd build/qmp && git diff-index --quiet HEAD --)
|
||
if make is_up_to_date QMP_GIT_BRANCH=$BRANCH >& /dev/null
|
||
then
|
||
echo "Nothing to compile, qMp in last version"
|
||
exit 0
|
També disponible a: Unified diff
Add is_up_to_date rule in Makefile to check if qmp repository is up to date and to be used by nightlycompile.sh. Closes #238