Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 8fbb28c

Browse files
author
Gao feng
committed
make cbfs target recursive
Signed-off-by: Gao feng <[email protected]>
1 parent 066ba95 commit 8fbb28c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ SUBDIRS=src build
22

33
initrd-local:
44
@echo finish make initrd
5+
cbfs-local:
6+
@echo finish make cbfs

build/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ initrd-local:
88
else
99
initrd-local:
1010
bash ./make-initrd.sh
11-
cbfs:
12-
bash ./make-initrd.sh cbfs
1311
endif
12+
13+
cbfs-local:
14+
bash ./make-initrd.sh cbfs

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AC_PREREQ([2.69])
55
AC_INIT([hyperstart], [0.2], [www.hyper.sh])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
7-
AM_EXTRA_RECURSIVE_TARGETS([initrd])
7+
AM_EXTRA_RECURSIVE_TARGETS([initrd cbfs])
88
AC_CONFIG_SRCDIR([src/init.c])
99
AC_CONFIG_HEADERS([config.h])
1010

0 commit comments

Comments
 (0)