• Stephan Bergmann's avatar
    Avoid quoting nonsense on Windows · 832ceab0
    Stephan Bergmann yazdı
    ...where "/opt/lo/bin/make.exe distclean" had started to fail with
    
    > rm -fr C:/lo64/core/test-install
    > rm -fr C:/lo64/core/instdir
    > rm -fr C:/lo64/core/workdir
    > C:/cygwin64/bin/find: paths must precede expression: rm
    > Usage: C:/cygwin64/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
    > Makefile:170: recipe for target 'distclean' failed
    > make: *** [distclean] Error 1
    
    Change-Id: I98ecb51ba1747d55aec0eb80f5ec5a257dd5af76
    832ceab0
Makefile.in 11.4 KB