[Olsr-cvs] olsrd-current Makefile.inc,1.8,1.9

Bernd Petrovitsch (spam-protected)
Tue Apr 3 12:10:12 CEST 2007


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

Modified Files:
	Makefile.inc 
Log Message:
* only calculate the OS once and immediately only if necessary

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.inc	2 Apr 2007 22:46:04 -0000	1.8
--- Makefile.inc	3 Apr 2007 10:10:10 -0000	1.9
***************
*** 50,54 ****
  
  # OS detection
! OS =		$(shell sh $(TOPDIR)/make/guess_os.sh)
  ifeq ($(OS),UNKNOWN)
  all: help
--- 50,56 ----
  
  # OS detection
! ifeq ($(OS),)
! OS :=		$(shell sh $(TOPDIR)/make/guess_os.sh)
! endif
  ifeq ($(OS),UNKNOWN)
  all: help





More information about the Olsr-cvs mailing list