http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db61b0a
)
Allow legacy "make bin/etherboot.%".
author
Michael Brown
<mcb30@etherboot.org>
Wed, 22 Aug 2007 22:10:00 +0000
(23:10 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 22 Aug 2007 22:10:00 +0000
(23:10 +0100)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
ee652b0
..
6126247
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-403,6
+403,11
@@
include $(MEDIA_DEPS)
allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
+# Alias for gpxe.%
+#
+$(BIN)/etherboot.% : $(BIN)/gpxe.%
+ ln -sf $(notdir $<) $@
+
# The compression utilities
#
$(NRV2B) : util/nrv2b.c $(MAKEDEPS)