[Olsr-cvs] olsrd-current Makefile.inc,1.23,1.24
Bernd Petrovitsch
(spam-protected)
Thu Aug 16 20:41:36 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/src two_hop_neighbor_table.c, 1.18, 1.19 process_package.c, 1.40, 1.41 tc_set.c, 1.26, 1.27 process_routes.c, 1.33, 1.34 packet.c, 1.22, 1.23 net_olsr.c, 1.24, 1.25 lq_mpr.c, 1.12, 1.13 link_set.c, 1.68, 1.69 lq_route.c, 1.47, 1.48 lq_packet.c, 1.23, 1.24 ipc_frontend.c, 1.32, 1.33 hysteresis.c, 1.20, 1.21 hna_set.c, 1.19, 1.20
- Next message: [Olsr-cvs] olsrd-current/lib/quagga Contributors, NONE, 1.1 ChangeLog, 1.1, 1.2 README_QUAGGA, 1.1, 1.2 quagga-0.98.6-olsr.diff, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv831
Modified Files:
Makefile.inc
Log Message:
* "type" is a bash-builtin (as pointed out by Sven-Ola Tuecke)
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Makefile.inc 2 Aug 2007 12:31:38 -0000 1.23
--- Makefile.inc 16 Aug 2007 18:41:34 -0000 1.24
***************
*** 1,4 ****
# programs
! CCACHE ?= $(shell sh -c "type -path ccache")
ifeq ($(origin CC),default)
CC = $(CCACHE) gcc
--- 1,4 ----
# programs
! CCACHE ?= $(shell bash -c "type -path ccache")
ifeq ($(origin CC),default)
CC = $(CCACHE) gcc
- Previous message: [Olsr-cvs] olsrd-current/src two_hop_neighbor_table.c, 1.18, 1.19 process_package.c, 1.40, 1.41 tc_set.c, 1.26, 1.27 process_routes.c, 1.33, 1.34 packet.c, 1.22, 1.23 net_olsr.c, 1.24, 1.25 lq_mpr.c, 1.12, 1.13 link_set.c, 1.68, 1.69 lq_route.c, 1.47, 1.48 lq_packet.c, 1.23, 1.24 ipc_frontend.c, 1.32, 1.33 hysteresis.c, 1.20, 1.21 hna_set.c, 1.19, 1.20
- Next message: [Olsr-cvs] olsrd-current/lib/quagga Contributors, NONE, 1.1 ChangeLog, 1.1, 1.2 README_QUAGGA, 1.1, 1.2 quagga-0.98.6-olsr.diff, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list