[eros-cvs] cvs commit: eros/src/base/sysimage Makefile

shap@eros.cs.jhu.edu shap@eros.cs.jhu.edu
Tue, 14 Aug 2001 10:32:10 -0400


shap        01/08/14 10:32:10

  Modified:    src/base/sysimage Makefile
  Log:
  Use new BOOTSTRAP variable

Revision  Changes    Path
1.31      +1 -1      eros/src/base/sysimage/Makefile

Index: Makefile
===================================================================
RCS file: /cvs/eros/src/base/sysimage/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile	2001/06/10 19:41:52	1.30
+++ Makefile	2001/08/14 14:32:10	1.31
@@ -50,7 +50,7 @@
 KERNPATH=$(KERNDIR)/$(USEKERNEL)
 
 
-BOOT=$(EROS_ROOT)/lib/$(EROS_TARGET)/image/boot
+BOOT=$(EROS_ROOT)/lib/$(EROS_TARGET)/image/$(BOOTSTRAP)
 
 include $(EROS_SRC)/build/lib/make/makerules.mk