>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> Does anyone have any reasons why I can't release a SUMO in the
SY> next few days?
I tried to build my own packages (mule and non-mule).
make clean && make all
works, but
make install
does not.
I get
for dir in ; do \
make STAGING=/project/xemacs/ws/xemacs-packages/../Mule-Packages -C ${dir} install; \
done
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for dir in ; do make
STAGING=/project/xemacs/ws/xemacs-packages/../Mule-Packages -C ${dir} install;
done'
because MULE_PACKAGES is empty. Surely I'm not supposed to enumerate
all mule packages here to build my own personal sumo...
How a user is supposed to build their own packages still doesn't seem
to be documented anywhere. Steve, how do YOU do it?