Changeset 1600 for trunk/Config.kmk


Ignore:
Timestamp:
May 5, 2008, 11:58:03 PM (17 years ago)
Author:
bird
Message:

Create output directory before cooking SvnInfo.kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1565 r1600  
    8080$(KBUILD_SVN_INFO_KMK):
    8181        $(RM) -f $@
     82        $(MKDIR) -p $(@D)
    8283        $(APPEND) $@ 'KBUILD_SVN_REV := 0'
    8384        $(APPEND) $@ 'KBUILD_SVN_URL := /dev/null'
Note: See TracChangeset for help on using the changeset viewer.