Skip to content

Commit

Permalink
potion-0.1.1061 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 16, 2013
1 parent 4460c39 commit ead95d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -84,7 +84,7 @@ all: default libs static docall test
pn: bin/potion${EXE} ${PNLIB}
bins: bin/potion${EXE}
libs: ${PNLIB} ${DYNLIBS}
static: bin/potion-s${EXE}
static: lib/libpotion.a bin/potion-s${EXE}
rebuild: clean default test

usage:
Expand Down
2 changes: 1 addition & 1 deletion dist.mak
Expand Up @@ -67,7 +67,7 @@ pkg/${PKGBIN}.zip: core/config.h core/version.h core/syntax.c bin/potion${EXE} \
mv doc/html/potion.chm dist/doc/potion.chm; \
else cp -r doc/html dist/doc/; \
fi
-cp -r doc/ref dist/doc/
-cp -r doc/ref dist/doc/
-cp doc/core-files.txt dist/doc/
-cp README COPYING LICENSE dist/doc/
cp example/* dist/example/
Expand Down
4 changes: 2 additions & 2 deletions tools/mk-release.sh
Expand Up @@ -40,7 +40,7 @@ docross() {
echo CROSS $1
make clean
make clean -C 3rd/libuv
rm config.inc lib/libpotion* 3rd/libuv/Makefile
rm config.inc lib/lib* 3rd/libuv/Makefile
echo make CC="$1" DEBUG=0 CROSS=1
make -s -f config.mak CC="$1" DEBUG=0 CROSS=1
touch bin/greg core/syntax.c
Expand All @@ -64,7 +64,7 @@ fi

if [ -z "$OPTS" ]; then
case `uname -s` in
*Linux) rm 3rd/libuv/Makefile
*Linux) rm 3rd/libuv/Makefile lib/lib*
dorelease "gcc -m32" ;;
esac
fi

2 comments on commit ead95d2

@gildo
Copy link

@gildo gildo commented on ead95d2 Oct 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work guys!
Can't wait to see a stable version.

@rurban
Copy link
Member

@rurban rurban commented on ead95d2 Oct 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stable will be 1.0. Until then the API will change, without much backcompat.
A lot to figure out and a lot more features planned which will influence the API.

Please sign in to comment.