Michael Brown
|
d281996ef8
|
Added DBG2
|
2005-04-25 19:25:45 +00:00 |
|
Michael Brown
|
2da3b7a38f
|
Added "make symcheck"
|
2005-04-23 14:41:38 +00:00 |
|
Michael Brown
|
c0239ebb03
|
Typo
|
2005-04-21 18:15:31 +00:00 |
|
Michael Brown
|
5abc43a320
|
"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)
|
2005-04-18 14:16:13 +00:00 |
|
Michael Brown
|
1cdb68d116
|
"make xxx DEBUG=yyy,zzz" now working, but the "up to date" message is
getting suppressed. :(
|
2005-04-18 13:55:57 +00:00 |
|
Michael Brown
|
cf79681b80
|
Fix BUILD_SERIAL.
Change from using #if to #ifdef, since #if can't cope with string
constants.
|
2005-04-18 12:43:18 +00:00 |
|
Michael Brown
|
b79895c9d6
|
Use mkconfig.pl to generate fragments from config.h
Don't use -MP to generate phony rules for included files, otherwise
make won't use the pattern rule for config/%.h. :(
|
2005-04-17 15:57:34 +00:00 |
|
Michael Brown
|
04a0de1c92
|
Generate phony targets, so that we don't get screwed by missing config
header files.
|
2005-04-17 15:31:06 +00:00 |
|
Michael Brown
|
ae36de3d80
|
Need to prevent intermediate targets from being deleted, otherwise the
trick with "touch -B 2" doesn't work because the file that we're
carefully timestamping just gets deleted anyway.
|
2005-04-16 23:47:47 +00:00 |
|
Michael Brown
|
a666eb34b5
|
Improved building of debugging objects. You can now specify a "DEBUG="
list for any build, e.g.
make bin/pnic.dsk DEBUG=pci,pnic
This will drag in debugging-enabled versions of pci.c and pnic.c.
|
2005-04-16 23:28:36 +00:00 |
|
Michael Brown
|
305daba48a
|
Always include compiler.h.
Add bin/%.rebuild rule to quickly force a rebuild of any file.
Add bin/%.o.dbg rule to build a debugging-enabled version of the object.
|
2005-04-14 11:45:37 +00:00 |
|
Michael Brown
|
eb8f730d63
|
Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoid
conflict with pci_device function.
|
2005-04-12 17:56:23 +00:00 |
|
Michael Brown
|
0ff80b477d
|
Merged mcb30-realmode-redesign back to HEAD
|
2005-04-08 15:01:17 +00:00 |
|