OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_sbindir
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/misc/
Makefile.in
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.ext
[
all
...]
/external/e2fsprogs/resize/
Makefile.in
60
@echo " MKINSTALLDIRS $(
root_sbindir
) $(man8dir)"
61
@$(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/e2fsck/
Makefile.in
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.ext
[
all
...]
/external/e2fsprogs/debugfs/
Makefile.in
51
@echo " MKINSTALLDIRS $(
root_sbindir
) $(man8dir)"
52
@$(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
763
root_sbindir
[
all
...]
Completed in 79 milliseconds