HomeSort by relevance Sort by last modified time
    Searched refs:root_sbindir (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/misc/
Makefile.in 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; \
406 $(E) " LINK $(root_sbindir)/mkfs.ext2"
407 $(Q) $(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
408 $(DESTDIR)$(root_sbindir)/mkfs.ext2
409 $(E) " LINK $(root_sbindir)/mkfs.ext3"
410 $(Q) $(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
411 $(DESTDIR)$(root_sbindir)/mkfs.ext
    [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 195 $(E) " MKINSTALLDIRS $(root_sbindir) $(man8dir)"
196 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(root_sbindir) \
201 echo " INSTALL $(root_sbindir)/$$i"; \
202 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
204 $(E) " LINK $(root_sbindir)/fsck.ext2"
205 $(Q) $(LN) -f $(DESTDIR)$(root_sbindir)/e2fsck \
206 $(DESTDIR)$(root_sbindir)/fsck.ext2
207 $(E) " LINK $(root_sbindir)/fsck.ext3"
208 $(Q) $(LN) -f $(DESTDIR)$(root_sbindir)/e2fsck \
209 $(DESTDIR)$(root_sbindir)/fsck.ext
    [all...]
  /external/e2fsprogs/resize/
Makefile.in 60 $(E) " MKINSTALLDIRS $(root_sbindir) $(man8dir)"
61 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(root_sbindir) \
66 echo " INSTALL $(root_sbindir)/$$i"; \
67 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
79 echo " STRIP $(root_sbindir)/$$i"; \
80 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
85 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
  /external/e2fsprogs/debugfs/
Makefile.in 51 $(E) " MKINSTALLDIRS $(root_sbindir) $(man8dir)"
52 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(root_sbindir) \
57 echo " INSTALL $(root_sbindir)/$$i"; \
58 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
70 echo " STRIP $(root_sbindir)/$$i"; \
71 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
76 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
  /external/e2fsprogs/
configure 602 root_sbindir
    [all...]

Completed in 192 milliseconds