Changeset 2431 for trunk/kBuild/tools/GCC32.kmk
- Timestamp:
- Nov 19, 2010, 12:06:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC32.kmk
r2413 r2431 125 125 -o $(obj)\ 126 126 - 127 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 127 128 endef 128 129 else # !KBUILD_USE_KOBJCACHE … … 134 135 -o $(obj)\ 135 136 $(abspath $(source)) 137 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 136 138 endef 137 139 endif # !KBUILD_USE_KOBJCACHE … … 167 169 -o $(obj)\ 168 170 - 171 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 169 172 endef 170 173 else # !KBUILD_USE_KOBJCACHE … … 177 180 -o $(obj)\ 178 181 $(abspath $(source)) 182 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 179 183 endef 180 184 endif # !KBUILD_USE_KOBJCACHE … … 203 207 -o $(obj)\ 204 208 $(abspath $(source)) 209 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 205 210 endef 206 211
Note:
See TracChangeset
for help on using the changeset viewer.