Commit diff
Commit 531e1a6812b9a09079bc15b354c89ec266ad404
commit 531e1a6812b9a09079bc15b354c89ec266ad4043
Author: Greg Haerr <greg@censoft.com>
Date: Wed Feb 11 19:02:57 2026 -0700
Improve error message when TOPDIR= not set
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f3c483c2..a8c64fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
ifndef TOPDIR
-$(error TOPDIR is not defined; did you mean to run './build.sh' instead?)
+$(error TOPDIR is not defined; run '. ./env.sh' then './build.sh' to build toolchain)
endif
include $(TOPDIR)/Make.defs