I missed this during the perf rename in commit ddb10ee574a3 ("perf: Move
to dev-utils/perf")Signed-off-by: Barret Rhoden <[email protected]> --- Worked for me on a make xcc-upgrade-from-scratch. I'll merge it tomorrow unless someone spots something wrong. Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c35ce4db259e..cf34227c0822 100644 --- a/Makefile +++ b/Makefile @@ -686,14 +686,14 @@ apps-install: $(app-dirs-install) @$(call make_as_parent, -C tools/apps/busybox) @$(call make_as_parent, -C tools/apps/ipconfig install) @$(call make_as_parent, -C tools/dev-libs/elfutils install) - @$(call make_as_parent, -C tools/profile/perf install) + @$(call make_as_parent, -C tools/dev-util/perf install) PHONY += apps-clean apps-clean: $(app-dirs-clean) @$(call make_as_parent, -C tools/apps/busybox clean) @$(call make_as_parent, -C tools/apps/ipconfig clean) @$(call make_as_parent, -C tools/dev-libs/elfutils clean) - @$(call make_as_parent, -C tools/profile/perf clean) + @$(call make_as_parent, -C tools/dev-util/perf clean) # Cross Compiler # ========================================================================= -- 2.9.0 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
