mkinstalldirs revision 7c478bd95313f5f23a4c958a745db2134aa03244
1613N/A# mkinstalldirs --- make directory hierarchy 1613N/A# Original author: Noah Friedman <friedman@prep.ai.mit.edu> 1613N/A# This file is maintained in Automake, please report 1613N/A# bugs to <bug-automake@gnu.org> or send patches to 1613N/A# <automake-patches@gnu.org>. 1613N/AUsage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 1613N/ACreate each directory DIR (with mode MODE, if specified), including all 1613N/Aleading file name components. 1613N/AReport bugs to <bug-automake@gnu.org>." 1613N/A# process command line arguments 1613N/A --)
# stop option processing 1613N/A # On NextStep and OpenStep, the `mkdir' command does not 1613N/A # recognize any option. It will interpret all options as 1613N/A # directories to create, and then abort because `.' already 1613N/A # Clean up after NextStep and OpenStep mkdir. 1613N/A# eval: (add-hook 'write-file-hooks 'time-stamp) 1613N/A# time-stamp-start: "scriptversion=" 1613N/A# time-stamp-format: "%:y-%02m-%02d.%02H"