mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-14 04:23:15 +10:00
Makefile: Show differences in setpoints when updated.
This commit is contained in:
parent
3969248610
commit
403bd5d58f
1
Makefile
1
Makefile
@ -54,6 +54,7 @@ setpoints.h: setpoints.h.dist
|
|||||||
echo "Existing $@ found. Please compare this file with"; \
|
echo "Existing $@ found. Please compare this file with"; \
|
||||||
echo "$^ to check for any new definitions and merge as"; \
|
echo "$^ to check for any new definitions and merge as"; \
|
||||||
echo "required."; \
|
echo "required."; \
|
||||||
|
diff -u $^ $@
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
cp $^ $@
|
cp $^ $@
|
||||||
|
Loading…
Reference in New Issue
Block a user