mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 04:37:47 +00:00
[nlbuild-autotools] update to 1.6.16 (#4507)
Allow absolute paths in PRETTY_FILES.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
1.6.14
|
||||
1.6.16
|
||||
|
||||
+4
@@ -1,3 +1,7 @@
|
||||
1.6.16 (2020-01-23)
|
||||
|
||||
* Allow absolute paths in PRETTY_FILES.
|
||||
|
||||
1.6.15 (2019-12-06)
|
||||
|
||||
* Remove redundant libtool m4 libraries.
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
define nl-make-pretty
|
||||
$(AM_V_at)for file in $(4); do \
|
||||
$(1) \
|
||||
if test -f $${file}; then d=.; else d=$(srcdir); fi; \
|
||||
$(2) $(3) $${d}/$${file} \
|
||||
if test -f $${file}; then d=; else d=$(srcdir)/; fi; \
|
||||
$(2) $(3) $${d}$${file} \
|
||||
|| exit 1; \
|
||||
done
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user