summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/pc386.cfg10
2 files changed, 5 insertions, 10 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 1cf040d031..f1bd117ab7 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,9 @@
+2001-01-09 Joel Sherrill <joel@OARcorp.com>
+
+ * custom/pc386.cfg (make-exe): Removed commented out lines that
+ were displayed in build longs.
+
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index ad69be1bd0..48301b8ef4 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -114,16 +114,6 @@ define make-cxx-exe
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
$(NM) -g -n $(basename $@).obj > $(basename $@).num
$(SIZE) $(basename $@).obj
-# test -d ${PROJECT_RELEASE}/BootImgs \
-# || mkdir ${PROJECT_RELEASE}/BootImgs
-# f=`basename $@ .exe`; \
-# cp $(basename $@).bt \
-# ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt \
-# && chmod 755 \
-# ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt
-# $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \
-# -Wl,-Ttext,$(RELOCADDR) \
-# -o $(basename $@).coff $(LINK_OBJS) $(LINK_LIBS)
endef
endif