OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_sysconfdir
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/ext2ed/
Makefile.in
73
install -d $(
root_sysconfdir
)
76
install -m 644 ext2ed.conf $(
root_sysconfdir
)
/external/e2fsprogs/misc/
Makefile.in
432
$(E) " MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(
root_sysconfdir
)"
437
$(DESTDIR)$(libdir) $(DESTDIR)/$(
root_sysconfdir
)
501
$(Q) if test -f $(DESTDIR)$(
root_sysconfdir
)/mke2fs.conf; then \
502
if cmp -s $(DESTDIR)$(
root_sysconfdir
)/mke2fs.conf \
506
if grep -q ext4dev $(DESTDIR)$(
root_sysconfdir
)/mke2fs.conf ; then \
507
$(ES) " INSTALL_DATA $(
root_sysconfdir
)/mke2fs.conf.e2fsprogs-new"; \
509
$(DESTDIR)$(
root_sysconfdir
)/mke2fs.conf.e2fsprogs-new; \
510
echo "Warning: installing mke2fs.conf in $(DESTDIR)$(
root_sysconfdir
)/mke2fs.conf.e2fsprogs-new"; \
511
echo "Check to see if you need to update your $(
root_sysconfdir
)/mke2fs.conf"; \
513
$(ES) " INSTALL_DATA $(
root_sysconfdir
)/mke2fs.conf";
[
all
...]
/external/e2fsprogs/
configure
632
root_sysconfdir
[
all
...]
Completed in 75 milliseconds