Changeset 2431 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Nov 19, 2010, 12:06:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r2413 r2431 130 130 -o $(obj)\ 131 131 - 132 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 132 133 endef 133 134 else # !KBUILD_USE_KOBJCACHE … … 139 140 -o $(obj)\ 140 141 $(abspath $(source)) 142 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 141 143 endef 142 144 endif # !KBUILD_USE_KOBJCACHE … … 172 174 -o $(obj)\ 173 175 - 176 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 174 177 endef 175 178 else # !KBUILD_USE_KOBJCACHE … … 181 184 -o $(obj)\ 182 185 $(abspath $(source)) 186 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 183 187 endef 184 188 endif # !KBUILD_USE_KOBJCACHE … … 207 211 -o $(obj)\ 208 212 $(abspath $(source)) 213 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 209 214 endef 210 215
Note:
See TracChangeset
for help on using the changeset viewer.