r1660

stsp at user.in-berlin.de stsp at user.in-berlin.de
Fri Dec 22 15:20:33 CET 2006


Author: stsp
Date: 2006-12-22 15:20:28 +0100 (Fri, 22 Dec 2006)
New Revision: 1660

Log:
Print more information and hints before running the shell.

Modified:
   trunk/Makefile.xsh

Modified: trunk/Makefile.xsh
===================================================================
--- trunk/Makefile.xsh	2006-12-22 13:40:53 UTC (rev 1659)
+++ trunk/Makefile.xsh	2006-12-22 14:20:28 UTC (rev 1660)
@@ -16,6 +16,9 @@
 .PHONY: xsh
 xsh:
 	@echo "Spawning cross-compilation shell. Happy hacking! :-)"
+	@echo "Type exit to get out of here"
+	@echo "YOU CANNOT COMPILE ALL OF DSLinux FROM THIS SHELL!"
+	@echo "It is for suitable only for porting applications and libraries."
 	@echo "------ Environment: ----------------------------------------------------"
 	@echo "CC       =   $(CC)"
 	@echo "CFLAGS   =   $(CFLAGS)"
@@ -23,5 +26,5 @@
 	@echo "LDFLAGS  =   $(LDFLAGS)"
 	@echo "------------------------------------------------------------------------"
 	@(echo "$(PATH)" | grep toolchain) 2>&1 >/dev/null || \
-		echo "Remember to put the toolchain binaries in your PATH"
+		echo "Remember to put the toolchain binaries in your PATH!"
 	@env PS1=" -xsh- \w > " /bin/sh




More information about the dslinux-commit mailing list