[Olsr-cvs] olsrd-current Makefile.inc,1.15,1.16
Thomas Lopatic
(spam-protected)
Mon May 14 01:44:26 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/src interfaces.c, 1.31, 1.32 interfaces.h, 1.39, 1.40 net_olsr.c, 1.22, 1.23 olsr_cfg.h, 1.30, 1.31 process_routes.c, 1.32, 1.33
- Next message: [Olsr-cvs] olsrd-current/src/win32 unistd.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4885
Modified Files:
Makefile.inc
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: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.inc 1 May 2007 21:52:52 -0000 1.15
--- Makefile.inc 13 May 2007 23:44:23 -0000 1.16
***************
*** 71,74 ****
--- 71,77 ----
# OS detection
+ ifeq ($(OS),Windows_NT)
+ OS = win32
+ endif
ifeq ($(OS),)
OS := $(shell sh $(TOPDIR)/make/guess_os.sh)
- Previous message: [Olsr-cvs] olsrd-current/src interfaces.c, 1.31, 1.32 interfaces.h, 1.39, 1.40 net_olsr.c, 1.22, 1.23 olsr_cfg.h, 1.30, 1.31 process_routes.c, 1.32, 1.33
- Next message: [Olsr-cvs] olsrd-current/src/win32 unistd.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list