[Olsr-cvs] olsrd-current/lib/tas Makefile,1.3,1.4

Thomas Lopatic (spam-protected)
Thu Dec 29 20:48:45 CET 2005


Update of /cvsroot/olsrd/olsrd-current/lib/tas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16627/lib/tas

Modified Files:
	Makefile 
Log Message:
Reanimated OS X port. Any OS X dynamic linking experts? Just tried a
couple of options from the ld man page that seemed plausible. Looks
okay, but should be verified by somebody that knows what he's doing.


Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/tas/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	25 May 2005 15:05:34 -0000	1.3
--- Makefile	29 Dec 2005 19:48:43 -0000	1.4
***************
*** 52,59 ****
  endif
  
! ifeq ($(OS),fbsd)
  
  default_target install clean: 
! 	@echo "*** TAS Plugin not supported on FreeBSD yet, sorry!"
  
  else
--- 52,59 ----
  endif
  
! ifneq ($(OS),linux)
  
  default_target install clean: 
! 	@echo "*** TAS Plugin only supported on Linux, sorry!"
  
  else





More information about the Olsr-cvs mailing list