Annotation of nono/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2018 [email protected]
                      4: #
                      5: 
1.1.1.2 ! root        6: SUBDIR=        lib m680x0 fpe m88xx0 vm debugger host .WAIT cli wx
1.1       root        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.