pipe implemented.
[mit-jos.git] / conf / env.mk
blobc7cc9133ad45c8daf67207375609327e4cebf5f0
1 # env.mk - configuration variables for the JOS lab
3 # '$(V)' controls whether the lab makefiles print verbose commands (the
4 # actual shell commands run by Make), as well as the "overview" commands
5 # (such as '+ cc lib/readline.c').
7 # For overview commands only, the line should read 'V = @'.
8 # For overview and verbose commands, the line should read 'V ='.
9 V = @
11 # If your system-standard GNU toolchain is ELF-compatible, then comment
12 # out the following line to use those tools (as opposed to the i386-jos-elf
13 # tools that the 6.828 make system looks for by default).
15 # GCCPREFIX=''