Subject:
|
Re: Final prep. for 0.2.6 release
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 16 Apr 2002 20:49:49 GMT
|
Viewed:
|
1877 times
|
| |
| |
> We are working to release 0.2.6 by the end of this week.
> ...snip...
> If you know of anything we are missing, speak now or... ;-)
The makefiles do still not detect cygwin properly in all circumstances. This
patch should fix this. It is against current CVS.
### BEGIN PATCH ###
diff -mru cvs-legOS/Makefile.common work-legOS/Makefile.common
--- cvs-legOS/Makefile.common Thu Apr 4 10:37:47 2002
+++ work-legOS/Makefile.common Tue Apr 16 21:46:16 2002
@@ -29,27 +29,11 @@
SED_SFLAG=
#
-# WindowsNT/Cygnwin, test against several values:
+# Cygwin - CYGWIN for uname output, cygwin for exported default OSTYPE
#
-ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0
WindowsNT Windows_NT))
+ifneq (,$(findstring CYGWIN,$(OSTYPE))$(findstring cygwin,$(OSTYPE)))
-# NT
TOOLPREFIX=h8300-hms-
-SED_SFLAG=i
-
-endif
-
-#
-# 2001.01.16 - Paolo Masetti <paolo.masetti@itlug.org>
-#
-# - Added definition for Cygwin 1.1
-
-#
-# Cygwin 1.1
-#
-ifneq (,$(findstring $(OSTYPE),CYGWIN_NT-4.0 CYGWIN_NT-5.0))
-
-TOOLPREFIX=h8300-hitachi-hms-
SED_SFLAG=i
endif
diff -mru cvs-legOS/util/Makefile.common work-legOS/util/Makefile.common
--- cvs-legOS/util/Makefile.common Tue Apr 2 17:25:07 2002
+++ work-legOS/util/Makefile.common Tue Apr 16 21:46:29 2002
@@ -20,9 +20,9 @@
CFLAGS=-O2 -Wall
#
-# WindowsNT/Cygnwin, test against several values:
+# Cygwin - CYGWIN for uname output, cygwin for exported default OSTYPE
#
-ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0
WindowsNT Windows_NT))
+ifneq (,$(findstring CYGWIN,$(OSTYPE))$(findstring cygwin,$(OSTYPE)))
EXT=.exe
CC =gcc
CFLAGS+=-D_WIN32
### END PATCH ###
Max.
|
|
Message is in Reply To:
| | Final prep. for 0.2.6 release
|
| We are working to release 0.2.6 by the end of this week. If you have not yet had time to test 0.2.5.2 (the current test version) please take time to do so and let us know what you find. You can dowload from (URL) you know of anything we are missing, (...) (23 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|