Navigation Menu

Skip to content

Commit

Permalink
[Config] remove src/Config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed Jun 30, 2008
1 parent 1152b78 commit 25450dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 381 deletions.
375 changes: 0 additions & 375 deletions src/Config

This file was deleted.

5 changes: 0 additions & 5 deletions src/Makefile
Expand Up @@ -68,11 +68,6 @@ noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb $(BIN)/
@$(ECHO)
@$(ECHO) '==========================================================='

# Grab the central Config file.
#
MAKEDEPS += Config
include Config

# If no architecture is specified in Config or on the command-line,
# use that of the build machine.
#
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.housekeeping
Expand Up @@ -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'; \
Expand Down

0 comments on commit 25450dc

Please sign in to comment.