Home | History | Annotate | Download | only in misc

Lines Matching refs:root_sbindir

390 	$(E) "	MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(root_sysconfdir)"
392 $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
399 echo " INSTALL $(root_sbindir)/$$i"; \
400 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
407 echo " LINK $(root_sbindir)/mkfs.$$i"; \
408 (cd $(DESTDIR)$(root_sbindir); \
411 $(Q) (cd $(DESTDIR)$(root_sbindir); \
414 echo " LINK $(root_sbindir)/findfs"; \
415 (cd $(DESTDIR)$(root_sbindir); \
485 echo " STRIP $(root_sbindir)/$$i"; \
486 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
495 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
503 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
504 $(DESTDIR)$(root_sbindir)/mkfs.ext3 \
505 $(DESTDIR)$(root_sbindir)/mkfs.ext4 \
506 $(DESTDIR)$(root_sbindir)/mkfs.ext4dev
521 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \