This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to crosstool.sh


I've now started using your script (actually, only crosstool.sh, called
from my own script as I personally find the demo-*.sh scripts confusing
and non-working with CVS trees instead of released tarballs:)
Talking about patching and demo-*.sh, I just have a simple remark.
Having defined the result-variable
RESULT_TOP=/opt/crosstool
how about substituting the command
mkdir -p /opt/crosstool
with
mkdir -p ${RESULT_TOP}

Otherwise, I would say the demo-*.sh files has had a nice brushup in 0.28 compared to 0.27.

Regards,
 Martin



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]