mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
maint: break out '&& mv $@-t $@'
* build-aux/git-version-gen, config/argz.mk, modules/configmake: * modules/posix_spawnp-tests, modules/snippet/link-warning: Break out '&& mv $@-t $@' to a separate line in the Make recipe, as this makes things a bit easier to debug.
This commit is contained in:
@@ -30,8 +30,8 @@ link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
|
||||
$(AM_V_at)sed -n -e '/HAVE_FEATURES_H/,$$p' \
|
||||
< $(top_srcdir)/build-aux/snippet/link-warning.h \
|
||||
| sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
||||
> $@-t && \
|
||||
mv $@-t $@
|
||||
> $@-t
|
||||
$(AM_V_at)mv $@-t $@
|
||||
MOSTLYCLEANFILES += link-warning.h link-warning.h-t
|
||||
|
||||
LINK_WARNING_H=link-warning.h
|
||||
|
Reference in New Issue
Block a user