[Olsr-cvs] olsrd-current/lib Makefile,1.7,1.8
Bernd Petrovitsch
(spam-protected)
Thu Feb 8 11:31:45 CET 2007
Update of /cvsroot/olsrd/olsrd-current/lib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7390/lib
Modified Files:
Makefile
Log Message:
* bug fixes from Sven-Ola
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile 31 Jan 2007 12:36:49 -0000 1.7
--- Makefile 8 Feb 2007 10:31:43 -0000 1.8
***************
*** 1,3 ****
! SUBDIRS := $(shell find -maxdepth 1 -type d -not -name ".*" -not -name "CVS" -printf "%f\n")
.PHONY: $(SUBDIRS)
--- 1,3 ----
! SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
.PHONY: $(SUBDIRS)
More information about the Olsr-cvs
mailing list