brho / akaros

Akaros Operating System
http://akaros.cs.berkeley.edu/
Other
314 stars 61 forks source link

Make --no-print-directory optional in MAKERULES #11

Closed klueska closed 9 years ago

klueska commented 9 years ago

Allow people to override our setting of the --no-print-directory option in their Makelocal. This is useful, for example, to allow emacs to find the correct file when errors are encountered using its builtin 'M-x compile' command. This also requires us to "cd' with our recursive makes using the '-C' option rather than actually calling 'cd' before invoking our recursive make.

Issue: #8