This repository was archived by the owner on Nov 10, 2021. It is now read-only.
File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
- 1.3.3
1
+ 1.3.4
Original file line number Diff line number Diff line change
1
+ 1.3.4 (2019-04-30)
2
+
3
+ * Updated to nlbuild-autotools 1.6.9.
4
+
1
5
1.3.3 (2019-04-09)
2
6
3
7
* Updated to nlbuild-autotools 1.6.6.
Original file line number Diff line number Diff line change 1
1
#
2
+ # Copyright 2019 Google LLC. All Rights Reserved.
2
3
# Copyright 2017-2018 Nest Labs Inc. All Rights Reserved.
3
4
#
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
36
37
# path = third_party/nlunit-test/repo
37
38
# url = git@github.com:nestlabs/nlunit-test.git
38
39
# branch = master
40
+ # commit = 561a155bb7257e54198cf5496f74ed5bc41cf85f
39
41
# update = none
40
42
#
41
43
@@ -56,6 +58,15 @@ abs_top_nlbuild_autotools_dir ?= $(abs_top_srcdir)/$(nlbuild_autotools_stem)
56
58
include $(abs_top_nlbuild_autotools_dir)/make/pre.mak
57
59
include $(abs_top_nlbuild_autotools_dir)/make/host/tools/bootstrap.mak
58
60
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
+
59
70
#
60
71
# Add any project-specific bootstrap help commands to this
61
72
# 'help-hook' target.
You can’t perform that action at this time.
0 commit comments