Lines Matching refs:DESTDIR
433 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) \
434 $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
435 $(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) \
436 $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) \
437 $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir)
442 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
446 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(sbindir)/$$i; \
450 (cd $(DESTDIR)$(root_sbindir); \
453 $(Q) (cd $(DESTDIR)$(root_sbindir); \
457 (cd $(DESTDIR)$(root_sbindir); \
462 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(bindir)/$$i; \
466 $(INSTALL_PROGRAM) $$i $(DESTDIR)$(libdir)/$$i; \
470 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
473 $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
475 $(Q) $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8.gz \
476 $(DESTDIR)$(man8dir)/mkfs.ext3.8.gz
479 (cd $(DESTDIR)$(man8dir); \
484 DESTDIR)$(man1dir)/$$i.$$j; \
487 $(INSTALL_DATA) $$i $(DESTDIR)$(man1dir)/$$i; \
491 $(RM) -f $(DESTDIR)$(man5dir)/$$i.$$j; \
494 $(INSTALL_DATA) $$i $(DESTDIR)$(man5dir)/$$i; \
498 (cd $(DESTDIR)$(man5dir); \
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 \
509 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
510 echo "Warning: installing mke2fs.conf in $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
514 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
515 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
517 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
519 echo "$(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old. Please check to see"; \
527 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
533 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
537 $(STRIP) $(DESTDIR)$(sbindir)/$$i; \
542 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
545 $(RM) -f $(DESTDIR)$(sbindir)/$$i; \
548 $(RM) -f $(DESTDIR)$(libdir)/$$i; \
550 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
551 $(DESTDIR)$(root_sbindir)/mkfs.ext3 \
552 $(DESTDIR)$(root_sbindir)/mkfs.ext4 \
553 $(DESTDIR)$(root_sbindir)/mkfs.ext4dev
555 $(RM) -f $(DESTDIR)$(bindir)/$$i; \
558 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \
560 $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8 \
561 $(DESTDIR)$(man8dir)/mkfs.ext3.8 \
562 $(DESTDIR)$(man8dir)/mkfs.ext4.8 \
563 $(DESTDIR)$(man8dir)/mkfs.ext4dev.8 \
564 $(DESTDIR)$(man8dir)/fsck.ext2.8 \
565 $(DESTDIR)$(man8dir)/fsck.ext3.8 \
566 $(DESTDIR)$(man8dir)/fsck.ext4.8 \
567 $(DESTDIR)$(man8dir)/fsck.ext4dev.8
570 $(RM) -f $(DESTDIR)$(man1dir)/$$i; \
573 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
576 $(RM) -f $(DESTDIR)$(man5dir)/$$i; \
580 $(RM) -f $(DESTDIR)$(man5dir)/$$i.5; \
582 if cmp -s mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
583 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \