[Olsr-cvs] olsrd-current/make guess_os.sh,1.3,1.4

Thomas Lopatic (spam-protected)
Mon May 14 01:44:26 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4885/make

Modified Files:
	guess_os.sh 
Log Message:
(1) On Windows $(OS) is not undefined but contains "Windows_NT". Now handled in Makefile.inc instead of guess_os.sh. (2) Fixed re-definition of write() in Windows version of unistd.h.

Index: guess_os.sh
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/guess_os.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** guess_os.sh	3 Apr 2007 10:09:31 -0000	1.3
--- guess_os.sh	13 May 2007 23:44:24 -0000	1.4
***************
*** 2,10 ****
  
  if test -n "$OS"; then
- 	# cygwin exports the OS environment vaiable - fix it. 
- 	# otherwiese accept the user supplied OS
- 	case "$OS" in
- 		Windows*)	OS=win32 ;;
- 	esac
  	echo $OS;
  	exit;
--- 2,5 ----





More information about the Olsr-cvs mailing list