Changes in tests/Makefile.am [673eb7a:fe94e708]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r673eb7a rfe94e708 60 60 # adjusted CC but without the actual distcc call 61 61 CFACCLOCAL = $(if $(DISTCC_CFA_PATH),$(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS}) 62 CFACCLINK = $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g'))62 CFACCLINK = $(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) 63 63 64 64 PRETTY_PATH=mkdir -p $(dir $(abspath ${@})) && cd ${srcdir} && … … 114 114 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 115 115 $(CFACCLINK) ${@}.o -o $(abspath ${@}) 116 rm $(abspath ${@}).o 116 117 117 118 # implicit rule for c++ test … … 182 183 $(CFACOMPILETEST) -O0 -c -o $(abspath ${@}).o 183 184 $(CFACCLINK) -O0 ${@}.o -o $(abspath ${@}) 185 rm $(abspath ${@}).o 184 186 185 187 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.