Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:root_sbindir

171 	@echo "	MKINSTALLDIRS $(root_sbindir) $(man8dir)"
172 @$(MKINSTALLDIRS) $(DESTDIR)$(root_sbindir) \
177 echo " INSTALL $(root_sbindir)/$$i"; \
178 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
180 @echo " LINK $(root_sbindir)/fsck.ext2"
181 @$(LN) -f $(DESTDIR)$(root_sbindir)/e2fsck \
182 $(DESTDIR)$(root_sbindir)/fsck.ext2
183 @echo " LINK $(root_sbindir)/fsck.ext3"
184 @$(LN) -f $(DESTDIR)$(root_sbindir)/e2fsck \
185 $(DESTDIR)$(root_sbindir)/fsck.ext3
209 echo " STRIP $(root_sbindir)/$$i"; \
210 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
215 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
217 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
218 $(DESTDIR)$(root_sbindir)/fsck.ext3
225 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
226 $(DESTDIR)$(root_sbindir)/fsck.ext3