github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/stage1/usr_from_kvm/usr_from_kvm.mk (about)

     1  $(call setup-stamp-file,UFK_CBU_STAMP,cbu)
     2  $(call setup-tmp-dir,UFK_TMPDIR)
     3  
     4  UFK_INCLUDES := \
     5  	kernel.mk \
     6  	files.mk \
     7  	lkvm.mk
     8  # This directory will be used by the build-usr.mk
     9  UFK_CBUDIR := $(UFK_TMPDIR)/cbu
    10  
    11  S1_RF_USR_STAMPS += $(UFK_CBU_STAMP)
    12  INSTALL_DIRS += $(UFK_CBUDIR):-
    13  
    14  $(call inc-many,$(UFK_INCLUDES))
    15  
    16  # Some input variables for building the ACI rootfs from CoreOS image
    17  # (build-usr.mk).
    18  CBU_MANIFESTS_DIR := $(MK_SRCDIR)/manifest.d
    19  CBU_TMPDIR := $(UFK_CBUDIR)
    20  CBU_DIFF := for-usr-from-kvm-mk
    21  CBU_STAMP := $(UFK_CBU_STAMP)
    22  CBU_ACIROOTFSDIR := $(S1_RF_ACIROOTFSDIR)
    23  CBU_FLAVOR := kvm
    24  
    25  $(call inc-one,../usr_from_coreos/build-usr.mk)
    26  
    27  $(call undefine-namespaces,UFK)