mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[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>
This commit is contained in:
@@ -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'; \
|
||||
|
||||
Reference in New Issue
Block a user