Wrap text
|
|
[gptkxeaa@gptkxeaa ~/thrift/erl/thrift]$ make -p | grep VSN
gsed: -e expression #1, char 2: unterminated `s' command
/bin/sh: \./::: not found
/bin/sh: \./::: not found
gsed: -e expression #1, char 2: unterminated `s' command
/bin/sh: \./::: not found
gsed: -e expression #1, char 2: unterminated `s' command
INSTALL_DST = $(ERLANG_OTP)/lib/$(APP_NAME)-$(VSN)
THRIFT_VSN = 0.1
VSN = $(THRIFT_VSN)
gsed -e 's;%VSN%;$(VSN);' $< > $@
gsed -e 's;%VSN%;$(VSN);' \
[gptkxeaa@gptkxeaa ~/thrift/erl/thrift]$
|