Home | History | Annotate | Download | only in misc

Lines Matching refs:root_sbindir

432 	$(E) "	MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(root_sysconfdir)"
434 $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
441 $(ES) " INSTALL $(root_sbindir)/$$i"; \
442 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
449 $(ES) " LINK $(root_sbindir)/mkfs.$$i"; \
450 (cd $(DESTDIR)$(root_sbindir); \
453 $(Q) (cd $(DESTDIR)$(root_sbindir); \
456 $(ES) " LINK $(root_sbindir)/findfs"; \
457 (cd $(DESTDIR)$(root_sbindir); \
532 $(E) " STRIP $(root_sbindir)/$$i"; \
533 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
542 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
550 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
551 $(DESTDIR)$(root_sbindir)/mkfs.ext3 \
552 $(DESTDIR)$(root_sbindir)/mkfs.ext4 \
553 $(DESTDIR)$(root_sbindir)/mkfs.ext4dev
573 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \