Changeset 1540 for trunk/Config.kmk


Ignore:
Timestamp:
Apr 22, 2008, 2:56:19 AM (17 years ago)
Author:
bird
Message:

Use $(wildcard ) on the .svn/* stuff in case bits are missing. Added the directory itself too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1537 r1540  
    7878KBUILD_SVN_INFO_DEP := $(KBUILD_SVN_INFO_KMK)
    7979$(warning Neither SvnInfo nor .svn/* was found in the root. Will have to cook up something too keep the build happy.)
    80 $(KBUILD_SVN_INFO_KMK): $(PATH_ROOT)/.svn/entries $(PATH_ROOT)/.svn/all-wcprops $(PATH_ROOT)/.svn/format
     80$(KBUILD_SVN_INFO_KMK): $(wildcard $(PATH_ROOT)/.svn $(PATH_ROOT)/.svn/entries $(PATH_ROOT)/.svn/all-wcprops $(PATH_ROOT)/.svn/format $(PATH_ROOT)/.svn/props $(PATH_ROOT)/.svn/prop-base )
    8181        $(RM) -f $@
    8282        $(APPEND) $@ 'KBUILD_SVN_REV := 0'
Note: See TracChangeset for help on using the changeset viewer.