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

Commit aace755

Browse files
author
Grant Erickson
committed
Updated to nlbuild-autotools 1.6.9.
1 parent e9ecdd0 commit aace755

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.default-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.3.4 (2019-04-30)
2+
3+
* Updated to nlbuild-autotools 1.6.9.
4+
15
1.3.3 (2019-04-09)
26

37
* Updated to nlbuild-autotools 1.6.6.

Makefile-bootstrap

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#
2+
# Copyright 2019 Google LLC. All Rights Reserved.
23
# Copyright 2017-2018 Nest Labs Inc. All Rights Reserved.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -36,6 +37,7 @@
3637
# path = third_party/nlunit-test/repo
3738
# url = git@github.com:nestlabs/nlunit-test.git
3839
# branch = master
40+
# commit = 561a155bb7257e54198cf5496f74ed5bc41cf85f
3941
# update = none
4042
#
4143

@@ -56,6 +58,15 @@ abs_top_nlbuild_autotools_dir ?= $(abs_top_srcdir)/$(nlbuild_autotools_stem)
5658
include $(abs_top_nlbuild_autotools_dir)/make/pre.mak
5759
include $(abs_top_nlbuild_autotools_dir)/make/host/tools/bootstrap.mak
5860

61+
# If repos have been defined, create them as the default target goal;
62+
# otherwise, default to help.
63+
64+
ifneq ($(REPOS),)
65+
.DEFAULT_GOAL := repos
66+
else
67+
.DEFAULT_GOAL := help
68+
endif # REPOS
69+
5970
#
6071
# Add any project-specific bootstrap help commands to this
6172
# 'help-hook' target.

0 commit comments

Comments
 (0)