-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
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