Move build system tools to separate directory

Separate tools used internally by build system from utilities that are
part of Open CAS installation package.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-03-19 13:35:54 +01:00
parent feaafdfe06
commit e58dae02ac
17 changed files with 12 additions and 12 deletions

View File

@@ -27,16 +27,16 @@ endif
endif
archives:
@utils/pckgen $(PWD) tar zip
@tools/pckgen $(PWD) tar zip
rpm:
@utils/pckgen $(PWD) rpm --debug
@tools/pckgen $(PWD) rpm --debug
srpm:
@utils/pckgen $(PWD) srpm --debug
@tools/pckgen $(PWD) srpm --debug
deb:
@utils/pckgen $(PWD) deb
@tools/pckgen $(PWD) deb
dsc:
@utils/pckgen $(PWD) dsc
@tools/pckgen $(PWD) dsc