Skip to content

Commit 6e9948a

Browse files
committed
add dependency rockin->src to allow parallel build
1 parent 3c72d3e commit 6e9948a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ BASEDIR = .
1717

1818
SUBDIRS = src rockin
1919

20+
# Explicit dependencies, this is needed to have make bail out if there is any
21+
# error. This is also necessary for working parallel builds
22+
rockin: src
23+
2024
include $(BASEDIR)/etc/buildsys/config.mk
2125
include $(BUILDSYSDIR)/rules.mk
2226
include $(BUILDSYSDIR)/root/root.mk

0 commit comments

Comments
 (0)