Need Help with duperemove in Debian
Marc Haber
mh+rb-general at zugschlus.de
Sun Aug 31 13:54:15 UTC 2025
Hi,
On Tue, Aug 26, 2025 at 11:24:48AM +0200, kpcyrd wrote:
>I'm not sure if Makefile wildcards (like `foo: *.o`) are still
>unsorted, but if there's something like `gcc -o foo $(find -name
>'*.o')` that's going to be an issue.
I wildcards being used in the Makefile here:
CFILES = $(filter-out tests.c,$(wildcard *.c))
DIST_SOURCES:=$(CFILES) $(wildcard *.h) LICENSE Makefile
Did I understand correctly that this should be:
CFILES = $(filter-out tests.c,$(wildcard *.c | sort))
DIST_SOURCES:=$(CFILES) $(wildcard *.h | sort) LICENSE Makefile
That didn't improve things though, diffoscope output is still 24000
lines: https://salsa.debian.org/debian/duperemove/-/jobs/8159762
Other usages of * in the Makefile are only in rm calls.
Need more help, please.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany | lose things." Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421
More information about the rb-general
mailing list