summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
Commit message (Collapse)AuthorAgeFilesLines
* TypoMichael Brown2005-04-211-1/+2
|
* "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)Michael Brown2005-04-181-4/+5
|
* "make xxx DEBUG=yyy,zzz" now working, but the "up to date" message isMichael Brown2005-04-181-27/+27
| | | | getting suppressed. :(
* Fix BUILD_SERIAL.Michael Brown2005-04-181-14/+12Star
| | | | | Change from using #if to #ifdef, since #if can't cope with string constants.
* Use mkconfig.pl to generate fragments from config.hMichael Brown2005-04-171-2/+6
| | | | | Don't use -MP to generate phony rules for included files, otherwise make won't use the pattern rule for config/%.h. :(
* Generate phony targets, so that we don't get screwed by missing configMichael Brown2005-04-171-1/+2
| | | | header files.
* Need to prevent intermediate targets from being deleted, otherwise theMichael Brown2005-04-171-4/+5
| | | | | trick with "touch -B 2" doesn't work because the file that we're carefully timestamping just gets deleted anyway.
* Improved building of debugging objects. You can now specify a "DEBUG="Michael Brown2005-04-171-11/+27
| | | | | | 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.
* Always include compiler.h.Michael Brown2005-04-141-0/+16
| | | | | | 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.
* Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoidMichael Brown2005-04-121-3/+3
| | | | conflict with pci_device function.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+375