Build for current suite.

This commit is contained in:
Jeffrey Townsend
2015-12-15 12:24:50 -08:00
parent 40b656fe4b
commit 21724b1da1
2 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ include $(ONL)/make/config.amd64.mk
#
export PLATFORM_LIST=$(shell onlpm --list-platforms --arch amd64 --csv )
RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml
RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml
RFS_DIR := rootfs-amd64.d
RFS_CPIO := rootfs-amd64.cpio.gz
RFS_SQUASH := rootfs-amd64.sqsh

View File

@@ -6,11 +6,9 @@ include $(ONL)/make/config.powerpc.mk
#
export PLATFORM_LIST=$(shell onlpm --list-platforms --arch powerpc --csv )
RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml
RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml
RFS_DIR := rootfs-powerpc.d
RFS_CPIO := rootfs-powerpc.cpio.gz
RFS_SQUASH := rootfs-powerpc.sqsh
include $(ONL)/make/rfs.mk