From 6659c12d12d5a00b618b9fe30c4b0d14df8f61d5 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 12 Oct 2011 23:07:09 +0200 Subject: [PATCH] remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3c --- filter/Configuration_filter.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk index 5143d74e5f55..07301dcd9500 100644 --- a/filter/Configuration_filter.mk +++ b/filter/Configuration_filter.mk @@ -22,12 +22,6 @@ # most of the rules here use some weird merge program, and this is sort of # semi-integrated with the stuff from Configuration.mk; not exactly pretty... -# comment from commit c9e3885ea7c950b4784b01ab0f42e92824a779c0: -# Just assume cross-compiling from a sane system with a sane java -# command... Too bored now to start propagating all the crazy -# possibilities for Java as FOR_BUILD variants - -# this if is supposed to be an AND ifeq ($(SOLAR_JAVA),) filter_MERGE_TARGET := $(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge filter_MERGE := $(gb_PYTHON) $(filter_MERGE_TARGET)