SHA256
1
0
forked from pool/kbuild
kbuild/kbuild-r1599_KBUILD_SVN_INFO_KMK-fix.diff

11 lines
387 B
Diff

--- Config.kmk.old 2008-05-04 16:26:48.000000000 +0200
+++ Config.kmk 2008-05-04 16:27:05.000000000 +0200
@@ -79,6 +79,7 @@
$(warning Neither SvnInfo nor .svn/* was found in the root. Will have to cook up something too keep the build happy.)
$(KBUILD_SVN_INFO_KMK):
$(RM) -f $@
+ @$(MKDIR) -p $(@D)
$(APPEND) $@ 'KBUILD_SVN_REV := 0'
$(APPEND) $@ 'KBUILD_SVN_URL := /dev/null'