[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [I
From: |
Bernhard Voelker |
Subject: |
[PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat] |
Date: |
Sun, 28 Oct 2018 13:15:15 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 10/28/18 9:48 AM, Paul Eggert wrote:
> @@ -291,7 +269,8 @@ do_link (const char *source, const char *dest, int
> link_errno)
> if (source_status == 0
> && SAME_INODE (source_stats, dest_stats)
> && (source_stats.st_nlink == 1
> - || same_name (source, dest)))
> + || same_nameat (AT_FDCWD, source,
> + destdir_fd, dest_base)))
This change leads leads to a FP syntax-check failure:
$ make syntax-check
...
prohibit_same_without_use
src/ln.c
maint.mk: the above files include same.h but don't use it
make: *** [maint.mk:575: sc_prohibit_same_without_use] Error 1
The attached gnulib patch fixes the SC rule - pls. check.
Thanks & have a nice day,
Berny
0001-maintainer-makefile-fix-syntax-check-rule-for-same.h.patch
Description: Text Data
- [INSTALLED 1/2] build: update gnulib submodule to latest, Paul Eggert, 2018/10/28
- [INSTALLED 2/2] ln: use linkat and symlinkat, Paul Eggert, 2018/10/28
- [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat],
Bernhard Voelker <=
- Fwd: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat], Bernhard Voelker, 2018/10/28
- Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat], Jim Meyering, 2018/10/28
- Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat], Bernhard Voelker, 2018/10/28
- Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat], Jim Meyering, 2018/10/28
- Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat], Bernhard Voelker, 2018/10/28