diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-30 12:16:08 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-30 12:26:13 -0700 |
commit | 25450dc59ce0ad1d363edced1beb13c6042a68b7 (patch) | |
tree | d49152dc20361b2a6dbdf1bdd27ea0be06986a6a /src/Makefile.housekeeping | |
parent | 1152b78ec12f1ca3e56f09a1457c7fe9a6304db7 (diff) | |
download | ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.zip ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.tar.gz ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.tar.bz2 |
[Config] remove src/Config
Remove src/Config as it has no more users, and conflicts with
src/config on case-deficient filesystems.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r-- | src/Makefile.housekeeping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 53e02e3..6cd85f7 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -30,7 +30,7 @@ install : # Check for tools that can cause failed builds # -.toolcheck : Makefile Config +.toolcheck : Makefile @if $(CC) -v 2>&1 | grep -is 'gcc version 2\.96' > /dev/null; then \ $(ECHO) 'gcc 2.96 is unsuitable for compiling Etherboot'; \ $(ECHO) 'Use gcc 2.95 or gcc 3.x instead'; \ |