diff make/install.sh @ 565:1dadc72cb41f

Add a Makefile with some make/* wrappers, for UI reasons. Remove CC_CRTDIR and move CC_LIBPATH to make/make.sh and explain why (it can still be overridden from configure). Only source ./configure once in make/make.sh so "make native" works (on a platform where you can make that target, anyway).
author Rob Landley <rob@landley.net>
date Tue, 11 Mar 2008 23:51:35 -0500
parents 9778e985b450
children 45bdc3a391df
line wrap: on
line diff
--- a/make/install.sh	Tue Mar 11 23:45:07 2008 -0500
+++ b/make/install.sh	Tue Mar 11 23:51:35 2008 -0500
@@ -4,7 +4,7 @@
 
 if [ -z "$TINYCC_INSTALLDIR" ]
 then
-  No TINYCC_INSTALLDIR
+  echo 'No $TINYCC_INSTALLDIR' >&2
   exit 1
 fi