We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8809461 commit c1a8627Copy full SHA for c1a8627
scripts/Makefile.vdsoinst
@@ -22,7 +22,7 @@ $$(dest): $$(src) FORCE
22
23
# Some architectures create .build-id symlinks
24
ifneq ($(filter arm sparc x86, $(SRCARCH)),)
25
-link := $(install-dir)/.build-id/$$(shell $(READELF) -n $$(src) | sed -n 's@^.*Build ID: \(..\)\(.*\)@\1/\2@p')
+link := $(install-dir)/.build-id/$$(shell $(READELF) -n $$(src) | sed -n 's@^.*Build ID: \(..\)\(.*\)@\1/\2@p').debug
26
27
__default: $$(link)
28
$$(link): $$(dest) FORCE
0 commit comments