Home | History | Annotate | Download | only in misc

Lines Matching refs:root_sbindir

253 	@echo "	MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(root_sysconfdir)"
255 $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
262 echo " INSTALL $(root_sbindir)/$$i"; \
263 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
269 @echo " LINK $(root_sbindir)/mkfs.ext2"
270 @$(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
271 $(DESTDIR)$(root_sbindir)/mkfs.ext2
272 @echo " LINK $(root_sbindir)/mkfs.ext3"
273 @$(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
274 $(DESTDIR)$(root_sbindir)/mkfs.ext3
275 @echo " LINK $(root_sbindir)/e2label"
276 @$(LN) -f $(DESTDIR)$(root_sbindir)/tune2fs \
277 $(DESTDIR)$(root_sbindir)/e2label
278 @echo " LINK $(root_sbindir)/findfs"
279 @$(LN) -f $(DESTDIR)$(root_sbindir)/tune2fs \
280 $(DESTDIR)$(root_sbindir)/findfs
326 echo " STRIP $(root_sbindir)/$$i"; \
327 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
336 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
344 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
345 $(DESTDIR)$(root_sbindir)/mkfs.ext3
358 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \