VirtualBox

Changeset 1541 in kBuild


Ignore:
Timestamp:
Apr 22, 2008 12:59:09 AM (17 years ago)
Author:
bird
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1540 r1541  
    5555KBUILD_SVN_INFO_DEP := $(KBUILD_SVN_INFO_KMK)
    5656
    57 $(PATH_OBJ)/SvnInfo.ts +| $(KBUILD_SVN_INFO_KMK): $(PATH_ROOT)/.svn/entries $(PATH_ROOT)/.svn/all-wcprops $(PATH_ROOT)/.svn/format
     57$(PATH_OBJ)/SvnInfo.ts +| $(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 )
    5858        $(call MSG_GENERATE,,$(KBUILD_SVN_INFO_KMK))
    5959        @$(RM) -f $@ [email protected]
     
    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): $(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 )
     80$(KBUILD_SVN_INFO_KMK):
    8181        $(RM) -f $@
    8282        $(APPEND) $@ 'KBUILD_SVN_REV := 0'
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette