Skip to content

Instantly share code, notes, and snippets.

@naoto
Created July 15, 2010 13:58
Show Gist options
  • Save naoto/476968 to your computer and use it in GitHub Desktop.
Save naoto/476968 to your computer and use it in GitHub Desktop.
make[3]: `all-am' に対して行うべき事はありません.
make[3]: ディレクトリ `/home/naoto/work/trunk/mono/data' から出ます
make[2]: ディレクトリ `/home/naoto/work/trunk/mono/data' から出ます
Making all in runtime
make[2]: ディレクトリ `/home/naoto/work/trunk/mono/runtime' に入ります
d=`cd ../support && pwd`; \
sed 's,target="libMonoPosixHelper[^"]*",target="'$d/libMonoPosixHelper.la'",' ../data/config > etc/mono/configt
if test -z ""; then :; else \
sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="" />,' etc/mono/configt > etc/mono/configtt; \
mv -f etc/mono/configtt etc/mono/configt; fi
mv -f etc/mono/configt etc/mono/config
/bin/sh ../mkinstalldirs _tmpinst/bin
mkdir -p -- _tmpinst/bin
cp mono-wrapper _tmpinst/bin/mono
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \
r=`pwd`; m=`cd /home/naoto/work/trunk/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \
chmod +x _tmpinst/bin/ilasm
echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \
r=`pwd`; m=`cd /home/naoto/work/trunk/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \
chmod +x _tmpinst/bin/gmcs
echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \
r=`pwd`; m=`cd /home/naoto/work/trunk/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_0/dmcs.exe"'" "$@"' >> _tmpinst/bin/dmcs ; \
chmod +x _tmpinst/bin/dmcs
echo '#! /bin/sh' > _tmpinst/bin/al2 ; \
r=`pwd`; m=`cd /home/naoto/work/trunk/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' >> _tmpinst/bin/al2 ; \
chmod +x _tmpinst/bin/al2
if test -w /home/naoto/work/trunk/mcs; then :; else chmod -R +w /home/naoto/work/trunk/mcs; fi
cd /home/naoto/work/trunk/mcs && make NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_4_0 ' CC='gcc' all-profiles
make[3]: ディレクトリ `/home/naoto/work/trunk/mcs' に入ります
make[3]: *** ターゲット `all-profiles' を make するルールがありません. 中止.
make[3]: ディレクトリ `/home/naoto/work/trunk/mcs' から出ます
make[2]: *** [all-local] エラー 2
make[2]: ディレクトリ `/home/naoto/work/trunk/mono/runtime' から出ます
make[1]: *** [all-recursive] エラー 1
make[1]: ディレクトリ `/home/naoto/work/trunk/mono' から出ます
make: *** [all] エラー 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment