Annotation of nono/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # nono
        !             3: # Copyright (C) 2018 [email protected]
        !             4: #
        !             5: 
        !             6: SUBDIR=        lib m680x0 fpe vm debugger host .WAIT cli wx
        !             7: 
        !             8: # MacOSX の bmake は SUBDIR に .WAIT を書くと怒られるようだ。
        !             9: # 並列実行の依存関係をどう解消してるのかは分からないけど。
        !            10: .if "${.MAKE.OS}" == "Darwin"
        !            11: SUBDIR:=       ${SUBDIR:.WAIT=}
        !            12: .endif
        !            13: 
        !            14: .include <bsd.subdir.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.