summaryrefslogtreecommitdiff
path: root/filter/Configuration_filter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-10-12 23:07:09 +0200
committerMichael Stahl <mstahl@redhat.com>2011-10-12 23:21:50 +0200
commit6659c12d12d5a00b618b9fe30c4b0d14df8f61d5 (patch)
tree8309e4588bc3e6060a3a9aa5ef1a086b2f24aab6 /filter/Configuration_filter.mk
parente57d4e3c83addd79dd975f84bf08f83fb8001241 (diff)
remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3c
Diffstat (limited to 'filter/Configuration_filter.mk')
-rw-r--r--filter/Configuration_filter.mk6
1 files changed, 0 insertions, 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)