Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / src / tests / userprog / Makefile
2005-04-06 Ben PfaffAdd ls, mkdir user test programs.
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2004-10-27 Ben PfaffMove segment rounding LDFLAGS into tests/userprog/Makefile.
2004-10-26 Ben PfaffMake tests/userprog makefile modular so we can reuse...
2004-10-25 Ben PfaffReverse LIB order so that programs that don't make...
2004-10-17 Ben PfaffAdd -s to LDFLAGS to strip output binaries.
2004-09-26 Ben PfaffComments.
2004-09-22 Ben PfaffAdd -include constants.h.
2004-09-21 Ben PfaffComment out fullpage line.
2004-09-20 Ben PfaffMake page alignment optional.
2004-09-20 Ben PfaffAdd dummy file to ensure that lib/user is kept in CVS.
2004-09-20 Ben PfaffRevise makefile structure.