• Michael Shigorin's avatar
    ensure that IMAGEDIR exists (thus globbable) · e46c259a
    Michael Shigorin authored
    It appears that manually specified IMAGEDIR, e.g. by adding
    
      IMAGEDIR = ~/out/$(shell date +%Y%m%d)
    
    to ~/.mkimage/profiles.mk, might be problematic due to
    missing globbing.  Let's make sure the paths are globbed
    and directories are created -- since make's wildcard()
    returns an empty string when there's nothing there [yet].
    e46c259a
Name
Last commit
Last update
..
README Loading commit data...
build.mk Loading commit data...
check.mk Loading commit data...
clean.mk Loading commit data...
common.mk Loading commit data...
distro.mk Loading commit data...
functions.mk Loading commit data...
help.mk Loading commit data...
log.mk Loading commit data...
profile.mk Loading commit data...
report.mk Loading commit data...
sugar.mk Loading commit data...
ve.mk Loading commit data...
vm.mk Loading commit data...