• jan Iversen's avatar
    iOS workaround to avoid mkdir problem. · 1e2831e9
    jan Iversen yazdı
    this patch solves:
    make   -rs -f /Volumes/LIBREOFFICE/ios/core/Makefile.gbuild    all
    touch: /Volumes/LIBREOFFICE/ios/work/workdir/Executable/cppumaker.run: No such file or directory
    make[1]: *** [/Volumes/LIBREOFFICE/ios/work/workdir/Executable/cppumaker.run] Error 1
    
    Seems the touch <foo>.run does not have a mkdir -p.
    
    Change-Id: I3a02f5fd04cc3e2b96afb919542ef708849daf10
    1e2831e9
Makefile.fetch 9.43 KB