Skip to content

Instantly share code, notes, and snippets.

@thejohnnybot
Created December 5, 2014 03:09
Show Gist options
  • Select an option

  • Save thejohnnybot/3234018922bbbf05bb88 to your computer and use it in GitHub Desktop.

Select an option

Save thejohnnybot/3234018922bbbf05bb88 to your computer and use it in GitHub Desktop.
erlang make install
=== Entering application ose
/Applications/Xcode.app/Contents/Developer/usr/bin/make RELEASE_PATH="/Users/johnny/.erlenv/releases/17.0/lib/erlang" release_spec
/usr/bin/install -c -d "/Users/johnny/.erlenv/releases/17.0/lib/erlang/lib/ose-1.0/src"
/usr/bin/install -c -m 644 -p ose.erl "/Users/johnny/.erlenv/releases/17.0/lib/erlang/lib/ose-1.0/src"
/usr/bin/install -c -d "/Users/johnny/.erlenv/releases/17.0/lib/erlang/lib/ose-1.0/include"
/usr/bin/install -c -d "/Users/johnny/.erlenv/releases/17.0/lib/erlang/lib/ose-1.0/ebin"
/usr/bin/install -c -m 644 -p ../ebin/ose.beam ../ebin/ose.app ../ebin/ose.appup "/Users/johnny/.erlenv/releases/17.0/lib/erlang/lib/ose-1.0/ebin"
/Applications/Xcode.app/Contents/Developer/usr/bin/make RELEASE_PATH="/Users/johnny/.erlenv/releases/17.0/lib/erlang" release_spec
make[4]: Nothing to be done for `release_spec'.
test -d "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17" || mkdir -p "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17" ; \
if test ! -f "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17/installed_application_versions" ; then \
echo "ose-1.0" > "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17/installed_application_versions" || exit 1; \
else \
if test x = x`grep ose-1.0 "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17/installed_application_versions"` ; then \
echo ose-1.0 >> "/Users/johnny/.erlenv/releases/17.0/lib/erlang/releases/17/installed_application_versions" || exit 1; \
fi ; \
fi
=== Leaving application ose
make[2]: *** No rule to make target `release'. Stop.
make[1]: *** [release] Error 2
make: *** [install.libs] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment