Remove workaround for bug in GNU make 4.0
All checks were successful
the build was successful

claus.fsfeurope.org is now updated to make 4.1
This commit is contained in:
Reinhard Müller 2019-03-10 10:51:53 +01:00
parent e1d87f76f7
commit 22ead941c7

View File

@ -342,9 +342,9 @@ all: clean
clean:
@echo "Cleaning up excess files"
@# Write all destination filenames into "manifest" file, one per line
\$(file >manifest,)
\$(foreach filename,\$(ALL_DST),\$(file >>\$(STATUSDIR)/manifest,\$(filename)))
@sort \$(STATUSDIR)/manifest > \$(STATUSDIR)/manifest.sorted
\$(file >manifest)
\$(foreach filename,\$(ALL_DST),\$(file >>\$(STATUSDIR)/manifest,\$(filename)))
@sort \$(STATUSDIR)/manifest > \$(STATUSDIR)/manifest.sorted
@find -L \$(OUTPUTDIR) -type f \\
| sort \\
| diff - \$(STATUSDIR)/manifest.sorted \\