Bug 238588 - share/zoneinfo/Makefile: fixed warning
Summary: share/zoneinfo/Makefile: fixed warning
Status: Closed Feedback Timeout
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 12.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2019-06-15 20:41 UTC by Dmitry Wagin
Modified: 2020-02-09 09:11 UTC (History)
1 user (show)

See Also:


Attachments
patch-zoneinfo-Makefile.diff (789 bytes, patch)
2019-06-15 20:41 UTC, Dmitry Wagin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2019-06-15 20:41:03 UTC
Created attachment 205083 [details]
patch-zoneinfo-Makefile.diff

After r320003 https://reviews.freebsd.org/D11154

> cd /usr/src
> make distribution DESTDIR=/var/tmp/temproot

cd: /usr/src/share/zoneinfo/builddir: No such file or directory
make[4]: "/usr/src/share/zoneinfo/Makefile" line 104: warning: "cd /usr/src/share/zoneinfo/builddir && find * -type f | LC_ALL=C sort" returned non-zero status
Comment 1 Dmitry Wagin 2019-08-15 13:04:57 UTC
ping