Andreas Jaeger <aj(a)suse.de> writes:
I'm now checking in your patch as discussed (moved target
"all" to the
front) - without the patches to libs/xemacs-devel/Makefile etc. which
are just wrong.
I missed that discussion, but this snippet from the Makefile certainly
looks not quite right.
-------------
ifeq ($(BUILD_WITHOUT_MULE),)
SUBDIRS += mule
endif
all:
for dir in $(SUBDIRS); do \
$(MAKE) $(MFLAGS) -C $${dir} autoloads; \
done
for dir in $(SUBDIRS); do \
$(MAKE) $(MFLAGS) -C $${dir} bytecompile; \
done
include Local.rules.mk
-include Local.rules
--------------
for example isn't Local.rules the place where one is supposed to set
BUILD_WITHOUT_MULE ?
Gunnar