[Olsr-cvs] olsrd-current Makefile,1.92,1.93
Bernd Petrovitsch
(spam-protected)
Thu Aug 23 11:12:57 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28319
Modified Files:
Makefile
Log Message:
* on win32 also remove the (generated) libolsrd.a. This is (IIUC) a
by-product of the linking of olsrd.exe
*
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** Makefile 19 Aug 2007 20:47:09 -0000 1.92
--- Makefile 23 Aug 2007 09:12:55 -0000 1.93
***************
*** 40,45 ****
VERS = 0.5.4pre
- all:
-
TOPDIR = .
include Makefile.inc
--- 40,43 ----
***************
*** 79,82 ****
--- 77,83 ----
clean:
-rm -f $(OBJS) $(SRCS:%.c=%.d) $(EXENAME) $(EXENAME).exe
+ ifeq ($(OS), win32)
+ -rm -f libolsrd.a
+ endif
$(MAKECMD) -C $(CFGDIR) clean
***************
*** 182,186 ****
! build_all: cfgparser libs $(EXENAME) switch
install_all: install install_libs
clean_all: uberclean clean_libs
--- 183,187 ----
! build_all: all cfgparser $(EXENAME) switch libs
install_all: install install_libs
clean_all: uberclean clean_libs
More information about the Olsr-cvs
mailing list