File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ all: default libs static docall test
84
84
pn : bin/potion${EXE} ${PNLIB}
85
85
bins : bin/potion${EXE}
86
86
libs : ${PNLIB} ${DYNLIBS}
87
- static : bin/potion-s${EXE}
87
+ static : lib/libpotion.a bin/potion-s${EXE}
88
88
rebuild : clean default test
89
89
90
90
usage :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pkg/${PKGBIN}.zip: core/config.h core/version.h core/syntax.c bin/potion${EXE} \
67
67
mv doc/html/potion.chm dist/doc/potion.chm; \
68
68
else cp -r doc/html dist/doc/; \
69
69
fi
70
- -cp -r doc/ref dist/doc/
70
+ -cp -r doc/ref dist/doc/
71
71
-cp doc/core-files.txt dist/doc/
72
72
-cp README COPYING LICENSE dist/doc/
73
73
cp example/* dist/example/
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ docross() {
40
40
echo CROSS $1
41
41
make clean
42
42
make clean -C 3rd/libuv
43
- rm config.inc lib/libpotion * 3rd/libuv/Makefile
43
+ rm config.inc lib/lib * 3rd/libuv/Makefile
44
44
echo make CC=" $1 " DEBUG=0 CROSS=1
45
45
make -s -f config.mak CC=" $1 " DEBUG=0 CROSS=1
46
46
touch bin/greg core/syntax.c
64
64
65
65
if [ -z " $OPTS " ]; then
66
66
case ` uname -s` in
67
- * Linux) rm 3rd/libuv/Makefile
67
+ * Linux) rm 3rd/libuv/Makefile lib/lib *
68
68
dorelease " gcc -m32" ;;
69
69
esac
70
70
fi
You can’t perform that action at this time.
0 commit comments