Searched defs:verfile (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Installer/linux/rpm/
H A Drules62 verfile := $(builddir)/version-generated.mk macro
100 # contrary to debian we need the verfile earlier to get the correct rpmname into the bld_flags
101 include $(verfile)
102 $(verfile): rpm/configure-stamp
103 . rpm/env.sh && kmk -C $(vboxroot) $(verfile) $(bld_flags)
198 binary: rpm/build-stamp $(verfile)
/vbox/src/VBox/Installer/linux/debian/
H A Drules52 verfile := $(builddir)/version-generated.mk macro
62 ifneq ($(wildcard $(verfile)),)
63 include $(verfile)
130 debian/build-stamp $(verfile):
199 binary binary-arch binary-indep: build $(verfile)
/vbox/debian/
H A Drules46 verfile := $(builddir)/version-generated.mk macro
53 ifneq ($(wildcard $(verfile)),)
54 include $(verfile)
105 debian/build-stamp $(verfile):
173 binary binary-arch binary-indep: build $(verfile)

Completed in 45 milliseconds