]> git.pld-linux.org Git - packages/rsync.git/blame - rsync-norandomfailure.patch
provide tmpfiles config to fix build after previous changes
[packages/rsync.git] / rsync-norandomfailure.patch
CommitLineData
d7e3672c
AM
1diff -urN rsync-3.2.7.org/Makefile.in rsync-3.2.7/Makefile.in
2--- rsync-3.2.7.org/Makefile.in 2022-10-02 20:26:44.000000000 +0200
3+++ rsync-3.2.7/Makefile.in 2022-10-26 13:05:40.582652642 +0200
4@@ -196,31 +196,6 @@
5 aclocal -I $(srcdir)/m4
6
7 configure.sh config.h.in: configure.ac aclocal.m4
8- @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
9- @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
10- autoconf -o configure.sh
11- autoheader && touch config.h.in
12- @if diff configure.sh configure.sh.old >/dev/null 2>&1; then \
13- echo "configure.sh is unchanged."; \
14- rm configure.sh.old; \
15- else \
16- echo "configure.sh has CHANGED."; \
17- fi
18- @if diff config.h.in config.h.in.old >/dev/null 2>&1; then \
19- echo "config.h.in is unchanged."; \
20- rm config.h.in.old; \
21- else \
22- echo "config.h.in has CHANGED."; \
23- fi
24- @if test -f configure.sh.old || test -f config.h.in.old; then \
25- if test "$(MAKECMDGOALS)" = reconfigure; then \
26- echo 'Continuing with "make reconfigure".'; \
27- else \
28- echo 'You may need to run:'; \
29- echo ' make reconfigure'; \
3822b752 30- exit 1; \
d7e3672c
AM
31- fi \
32- fi
3822b752 33
d7e3672c
AM
34 .PHONY: reconfigure
35 reconfigure: configure.sh
This page took 0.067349 seconds and 4 git commands to generate.