Avoid strip at install
This commit is contained in:
parent
4ebe1ad6c1
commit
b27f12980b
12
Makefile.in
12
Makefile.in
@ -255,12 +255,12 @@ distclean: clean
|
|||||||
|
|
||||||
install: $(PROGRAMS)
|
install: $(PROGRAMS)
|
||||||
$(INSTALL_DIR) $(BINDIR)
|
$(INSTALL_DIR) $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_check $(BINDIR)
|
$(INSTALL_PROGRAM) thin_check $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_dump $(BINDIR)
|
$(INSTALL_PROGRAM) thin_dump $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_repair $(BINDIR)
|
$(INSTALL_PROGRAM) thin_repair $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_restore $(BINDIR)
|
$(INSTALL_PROGRAM) thin_restore $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_rmap $(BINDIR)
|
$(INSTALL_PROGRAM) thin_rmap $(BINDIR)
|
||||||
$(INSTALL_PROGRAM) -s thin_metadata_size $(BINDIR)
|
$(INSTALL_PROGRAM) thin_metadata_size $(BINDIR)
|
||||||
$(INSTALL_DIR) $(MANPATH)/man8
|
$(INSTALL_DIR) $(MANPATH)/man8
|
||||||
$(INSTALL_DATA) man8/thin_check.8 $(MANPATH)/man8
|
$(INSTALL_DATA) man8/thin_check.8 $(MANPATH)/man8
|
||||||
$(INSTALL_DATA) man8/thin_dump.8 $(MANPATH)/man8
|
$(INSTALL_DATA) man8/thin_dump.8 $(MANPATH)/man8
|
||||||
|
Loading…
Reference in New Issue
Block a user