[Crosstoolchain-logs] [device-tree-compiler] 09/57: Correct typo: s/pylibgfdt/pylibfdt/
Vagrant Cascadian
vagrant at moszumanska.debian.org
Thu Sep 28 22:03:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
vagrant pushed a commit to branch upstream/latest
in repository device-tree-compiler.
commit 6afd7d9688f58436bcc6025180473aa2ec1cdec4
Author: David Gibson <david at gibson.dropbear.id.au>
Date: Wed Mar 22 16:34:39 2017 +1100
Correct typo: s/pylibgfdt/pylibfdt/
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ed95384..1d08ec1 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ maybe_pylibfdt: FORCE
if [ "$$can_build" = "yes" ]; then \
$(MAKE) pylibfdt; \
else \
- echo "## Skipping pylibgfdt (install python dev and swig to build)"; \
+ echo "## Skipping pylibfdt (install python dev and swig to build)"; \
fi
all: $(BIN) libfdt maybe_pylibfdt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list