Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.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@EckelObjects.com From: "Bruce Eckel" To: cygwin@cygwin.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@earth.lyris.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/