xapi-project / xen-api

The Xapi Project's XenAPI Server
http://xenproject.org/developers/teams/xapi.html
Other
344 stars 283 forks source link

CP-49975: Replaced mkdir -p with \\\$(IPROG) -d for directory creation in install target. #5710

Closed ashwin9390 closed 1 month ago

ashwin9390 commented 1 month ago

Main ticket CP-49100 :Move python3 scripts from scripts directory to python3 directory.

Sub task 49975:

-Based on feedback provided in https://github.com/xapi-project/xen-api/pull/5695 ,modified Makefile to use install -d -m instead of mkdir -p.

Signed-off-by: Ashwinh ashwin.h@cloud.com

@liulinC