Subject:
|
Re: Another possible makefile change
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 11 Mar 2000 18:59:07 GMT
|
Viewed:
|
1888 times
|
| |
| |
$OS in DJGPP running on a Windows 95 system returns nothing. :(
Paolo Masetti <paolom@pragmanet.it> wrote in message
news:Fr97MG.2CE@lugnet.com...
> I already modified my utils Makefiles for using $(OS) that for Windows NT
> gives "Windows_NT" (and, now, I'm ready to commit :-) ... ), but I don't
> know how $(OS) evaluate for Win9x.
|
|
Message has 1 Reply: | | Re: Another possible makefile change
|
| (...) Here is Makefile.common I've prepared for for utils: --- cut # Makefile.common # # 12.03.2000 - Paolo Masetti # # - Conditional make variable definitions based on $OSTYPE # # # DJGPP does not define OSTYPE # ifndef OSTYPE OSTYPE=$(shell uname) (...) (25 years ago, 12-Mar-00, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | Re: Another possible makefile change
|
| (...) I already modified my utils Makefiles for using $(OS) that for Windows NT gives "Windows_NT" (and, now, I'm ready to commit :-) ... ), but I don't know how $(OS) evaluate for Win9x. $(shell uname) does not give "MSDOS" under cygnwin: it gives (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
|
9 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|