david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/util
Stefan Hajnoczi f866b17998 [util] config-local.h to avoid accidental commits
During development it is often handy to change the config.h options from
their defaults, for example to enable debugging features.

To prevent accidental commits of debugging config.h changes, mdc
suggested having a config-local.h that is excluded from source control.
This file acts as a temporary config.h and can override any of the
defaults.

This commit is an attempt to implement the config-local.h feature.

The config.h file now has the following as its last line:
/* @TRYSOURCE config-local.h */

The @TRYSOURCE directive causes config-local.h to be included at that
point in the file.  If config-local.h does not exist, no error will be
printed and parsing will continue as normal.  Therefore, mkconfig.pl is
"trying" to "source" config-local.h.
2008-06-05 00:45:33 +01:00
..
.gitignore Compressed ROM images now work. 2007-07-16 16:58:38 +01:00
catrom.pl Initial revision 2005-03-08 18:53:11 +00:00
disrom.pl Initial revision 2005-03-08 18:53:11 +00:00
dskpad.pl Quick utility to pad floppy disk images for vmware/qemu 2006-08-23 03:07:41 +00:00
geniso Rename .lilo extension to .lkrn and updated dependencies 2007-07-06 08:04:06 -04:00
genliso Rename .lilo extension to .lkrn and updated dependencies 2007-07-06 08:04:06 -04:00
get-pci-ids Initial revision 2005-03-08 18:53:11 +00:00
hijack.c Make pcap_inject non-static, so that its prototype doesn't conflict with 2006-04-05 11:44:05 +00:00
Makefile - first check-in for mucurses_test.c 2006-06-27 17:31:01 +00:00
makerom.pl Produce no output unless -v is specified or an error occurs. 2007-07-17 01:59:48 +01:00
mkconfig.pl [util] config-local.h to avoid accidental commits 2008-06-05 00:45:33 +01:00
modrom.pl Initial revision 2005-03-08 18:53:11 +00:00
mucurses_test.c - modified length of password string to match visible field length 2006-06-28 11:52:30 +00:00
nrv2b.c Initial revision 2005-03-08 18:53:11 +00:00
parserom.pl [Makefile] Use bin/VVVVDDDD.rom instead of bin/pci_VVVV_DDDD.rom 2008-03-06 15:37:34 +00:00
sortobjdump.pl Special handling for symbols of the form "xxx_end", to make table end 2005-04-27 12:08:13 +00:00
swapdevids.pl Initial revision 2005-03-08 18:53:11 +00:00
symcheck.pl Restore the "shared symbol found only in a single object should be 2007-07-17 01:39:06 +01:00
zbin.c Compressed ROM images now work. 2007-07-16 16:58:38 +01:00