[build] add symlinks for the new dev tools

This commit is contained in:
Joe Thornber 2016-02-29 13:51:30 +00:00
parent 3f6cae4ebc
commit 4c0d5c96a0
4 changed files with 9 additions and 0 deletions

View File

@ -247,6 +247,12 @@ install: bin/pdata_tools
$(INSTALL_DATA) man8/era_check.8 $(MANPATH)/man8
$(INSTALL_DATA) man8/era_dump.8 $(MANPATH)/man8
$(INSTALL_DATA) man8/era_invalidate.8 $(MANPATH)/man8
ifeq ("@DEVTOOLS@", "yes")
ln -s -f pdata_tools $(BINDIR)/thin_ll_dump
ln -s -f pdata_tools $(BINDIR)/thin_show_duplicates
ln -s -f pdata_tools $(BINDIR)/thin_generate_metadata
ln -s -f pdata_tools $(BINDIR)/thin_scan
endif
# $(INSTALL_DATA) man8/era_restore.8 $(MANPATH)/man8

1
bin/thin_ll_dump Symbolic link
View File

@ -0,0 +1 @@
pdata_tools

1
bin/thin_ll_restore Symbolic link
View File

@ -0,0 +1 @@
pdata_tools

1
bin/thin_scan Symbolic link
View File

@ -0,0 +1 @@
pdata_tools