Changeset 525


Ignore:
Timestamp:
Sep 16, 2006, 8:26:17 AM (19 years ago)
Author:
bird
Message:

Turn off command dependencies when using vanilla GNU Make.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r523 r525  
    22
    332006-09-16:
     4    - kBuild/header.kmk:
     5        o Turn off command dependencies when using vanilla GNU Make.
     6    - kBuild/footer.kmk:
     7        o Made up my mind about the command depency blocker variables;
     8          NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
    49    - src/gmake:
    510        o Added kmk_gmake which is (almost) vanilla GNU Make.
  • trunk/kBuild/header.kmk

    r513 r525  
    233233
    234234#
    235 # Get rid of the GNU Make default stuff
     235# Disable some features and stamp out predefines if we're running
     236# vanilla GNU Make.
    236237#
    237238ifndef KMK_VERSION
     239NO_COMPILE_CMDS_DEPS:= 1
     240NO_LINK_CMDS_DEPS   := 1
    238241include $(PATH_KBUILD)/StampOutPredefines.kmk
    239242endif
Note: See TracChangeset for help on using the changeset viewer.