- Timestamp:
- Jun 28, 2007, 2:58:35 PM (18 years ago)
- Children:
- 5ed6f60
- Parents:
- 671e142
- File:
-
- 1 edited
-
tools/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile
r671e142 r8bbe128 48 48 wrappers: 49 49 ifneq ($(strip ${FWRT_USE_CCACHE}),) 50 @for what in ${TARGET_CROSS}gcc ${TARGET_CROSS}g++; do \50 @for what in gcc g++; do \ 51 51 if [[ ! -x ${TOPDIR}/lbin/ccache-$$what ]]; then \ 52 52 rm -f ${TOPDIR}/lbin/ccache-$$what; \ 53 printf '#!/bin/sh\nexec ccache%s "$$@"\n' \54 $$what >${TOPDIR}/lbin/ccache-$$what; \53 printf '#!/bin/sh\nexec %s ${TARGET_CROSS}%s "$$@"\n' \ 54 ccache $$what >${TOPDIR}/lbin/ccache-$$what; \ 55 55 chmod 0555 ${TOPDIR}/lbin/ccache-$$what; \ 56 56 fi; \
Note:
See TracChangeset
for help on using the changeset viewer.
