Ignore:
Timestamp:
Nov 19, 2010, 12:06:42 PM (15 years ago)
Author:
bird
Message:

tools/G*.kmk: Add dummy source rule/dep to the gcc generated dependency files to make it less painful to move a source file without changing the target names. Fixes #101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GXX32.kmk

    r2413 r2431  
    125125                -o $(obj)\
    126126                -
     127        $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" ""
    127128endef
    128129else # !KBUILD_USE_KOBJCACHE
     
    134135                -o $(obj)\
    135136                $(abspath $(source))
     137        $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" ""
    136138endef
    137139endif # !KBUILD_USE_KOBJCACHE
Note: See TracChangeset for help on using the changeset viewer.