• Show log

    Commit

  • Hash : 7fd1d064
    Author : Mike Frysinger
    Date : 2023-01-13T04:02:57

    distdir/emacs: avoid `test -d` with MKDIR_P
    
    We don't need to do the `test -d ... || mkdir ...` dance when we
    have the MKDIR_P helper, so simplify this code a bit.
    
    * lib/am/distdir.am: Use $(MKDIR_P).
    * lib/am/lisp.am: Drop redundant `test -d`.