From 4c0d5c96a02943e7d49e6db3664d70699ddb826a Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 29 Feb 2016 13:51:30 +0000 Subject: [PATCH] [build] add symlinks for the new dev tools --- Makefile.in | 6 ++++++ bin/thin_ll_dump | 1 + bin/thin_ll_restore | 1 + bin/thin_scan | 1 + 4 files changed, 9 insertions(+) create mode 120000 bin/thin_ll_dump create mode 120000 bin/thin_ll_restore create mode 120000 bin/thin_scan diff --git a/Makefile.in b/Makefile.in index a8c41a3..a0e7aa4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/bin/thin_ll_dump b/bin/thin_ll_dump new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_ll_dump @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file diff --git a/bin/thin_ll_restore b/bin/thin_ll_restore new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_ll_restore @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file diff --git a/bin/thin_scan b/bin/thin_scan new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_scan @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file