Changeset 26182
- Timestamp:
- 2011-03-15T20:59:58+01:00 (7 years ago)
- Location:
- branches/backfire
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backfire/include/package.mk
r25839 r26182 85 85 $(1) : export PKG_CONFIG_PATH=$$(STAGING_DIR)/usr/lib/pkgconfig 86 86 $(1) : export PKG_CONFIG_LIBDIR=$$(STAGING_DIR)/usr/lib/pkgconfig 87 $(1) : export CCACHE_DIR:=$(STAGING_DIR)/ccache 87 88 endef 88 89 Build/Exports=$(Build/Exports/Default) -
branches/backfire/rules.mk
r25734 r26182 175 175 176 176 ifneq ($(CONFIG_CCACHE),) 177 # FIXME: move this variable to a better location178 export CCACHE_DIR=$(STAGING_DIR)/ccache179 177 TARGET_CC:= ccache $(TARGET_CC) 180 178 endif
Note: See TracChangeset
for help on using the changeset viewer.