Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <200111192223430090.00F20FC3@mail.rdc1.sdca.home.com> X-Mailer: Calypso Version 3.20.01.01 (3) Date: Mon, 19 Nov 2001 22:23:43 -0800 Reply-To: Bruce AT EckelObjects DOT com From: "Bruce Eckel" To: cygwin AT cygwin DOT com Subject: OSTYPE missing Content-Type: text/plain; charset="us-ascii" I just updated to the latest Cygwin version, and suddenly the following lines in my makefile (which worked previously) are failing: ifneq ($(OSTYPE),cygwin) $(error Must be run under Cygwin, ostype is $(OSTYPE)) endif $(OSTYPE) is only producing '.' Most current information can be found at: http://www.mindview.net/Etc/notes.html =================== Bruce Eckel http://www.BruceEckel.com Contains free electronic books: "Thinking in Java 2e" & "Thinking in C++ 2e" Please subscribe to my free newsletter -- just send any email to: join-eckel-oo-programming AT earth DOT lyris DOT net My schedule can be found at: http://www.mindview.net/Calendar =================== -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/