Skip to content

make hostpath Don't give expected output #207

@Kartik494

Description

@Kartik494

When i run command "make hostpath" from my root directory i got the error as "make: *** No rule to make target 'hostpath'. Stop."
and in make file the argument is used for build is: all
CMDS=hostpathplugin
all: build

include release-tools/build.make

However when i changes the argument all to hostpath then the command "make hostpath" is executed

CMDS=hostpathplugin
hostpath: build

include release-tools/build.make

So in Docs should we update make hostpath command to make all ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions