Skip to content

Commit ead95d2

Browse files
author
Reini Urban
committed
potion-0.1.1061 release
1 parent 4460c39 commit ead95d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ all: default libs static docall test
8484
pn: bin/potion${EXE} ${PNLIB}
8585
bins: bin/potion${EXE}
8686
libs: ${PNLIB} ${DYNLIBS}
87-
static: bin/potion-s${EXE}
87+
static: lib/libpotion.a bin/potion-s${EXE}
8888
rebuild: clean default test
8989

9090
usage:

dist.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pkg/${PKGBIN}.zip: core/config.h core/version.h core/syntax.c bin/potion${EXE} \
6767
mv doc/html/potion.chm dist/doc/potion.chm; \
6868
else cp -r doc/html dist/doc/; \
6969
fi
70-
-cp -r doc/ref dist/doc/
70+
-cp -r doc/ref dist/doc/
7171
-cp doc/core-files.txt dist/doc/
7272
-cp README COPYING LICENSE dist/doc/
7373
cp example/* dist/example/

tools/mk-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docross() {
4040
echo CROSS $1
4141
make clean
4242
make clean -C 3rd/libuv
43-
rm config.inc lib/libpotion* 3rd/libuv/Makefile
43+
rm config.inc lib/lib* 3rd/libuv/Makefile
4444
echo make CC="$1" DEBUG=0 CROSS=1
4545
make -s -f config.mak CC="$1" DEBUG=0 CROSS=1
4646
touch bin/greg core/syntax.c
@@ -64,7 +64,7 @@ fi
6464

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

0 commit comments

Comments
 (0)