[build] add symlinks for the new dev tools
This commit is contained in:
parent
3f6cae4ebc
commit
4c0d5c96a0
@ -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
1
bin/thin_ll_dump
Symbolic link
@ -0,0 +1 @@
|
||||
pdata_tools
|
1
bin/thin_ll_restore
Symbolic link
1
bin/thin_ll_restore
Symbolic link
@ -0,0 +1 @@
|
||||
pdata_tools
|
1
bin/thin_scan
Symbolic link
1
bin/thin_scan
Symbolic link
@ -0,0 +1 @@
|
||||
pdata_tools
|
Loading…
Reference in New Issue
Block a user