Skip to content

Commit 016138d

Browse files
committed
---
yaml --- r: 6969 b: refs/heads/master c: 468ced3 h: refs/heads/master i: 6967: 46671ab v: v3
1 parent b68273e commit 016138d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7e611366bb07f1c26cf5692bccfdfa4fb1d96d25
2+
refs/heads/master: 468ced3868e96d428808a67d4b9503648dd2d84e

trunk/mk/install.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(foreach target,$(CFG_TARGET_TRIPLES), \
5252
INSTALL_TARGET_RULES = $(foreach target,$(CFG_TARGET_TRIPLES), \
5353
install-target-$(target)-host-$(CFG_HOST_TRIPLE))
5454

55-
install: install-host install-targets
55+
install: all install-host install-targets
5656

5757
# Shorthand for build/stageN/bin
5858
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))

trunk/mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ endif
7070
# Main test targets
7171
######################################################################
7272

73-
check: tidy check-stage3 \
73+
check: all tidy check-stage3 \
7474

75-
check-full: tidy check-stage1 check-stage2 check-stage3 \
75+
check-full: all tidy check-stage1 check-stage2 check-stage3 \
7676

7777
# Run the tidy script in multiple parts to avoid huge 'echo' commands
7878
ifdef CFG_NOTIDY

0 commit comments

Comments
 (0)