summaryrefslogtreecommitdiffstats
path: root/innbbsd/Makefile
diff options
context:
space:
mode:
authormhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-26 19:23:21 +0800
committermhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-26 19:23:21 +0800
commit5139198f3682c035d52ab432d6fe55336c847afb (patch)
tree5844b6771a7fded9cfa91d1dc00a09792c54265e /innbbsd/Makefile
parenteb4d5c415955e48ba303772657786a20ee7f727a (diff)
downloadpttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.gz
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.bz2
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.lz
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.xz
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.tar.zst
pttbbs-5139198f3682c035d52ab432d6fe55336c847afb.zip
Sync local mod.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4249 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r--innbbsd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index bf1ae752..66d0741e 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -1,6 +1,6 @@
# $Id$
SRCROOT= ..
-.include "$(SRCROOT)/pttbbs.mk"
+.include "${SRCROOT}/pttbbs.mk"
VERSION= 0.50-pttpatch
ADMINUSER?= root@your.domain.name
@@ -71,3 +71,9 @@ install: ${PROGS}
clean:
rm -f *.o ${PROGS} core *.core
+
+reset:
+ cd ../util/; ${MAKE} clean shmctl
+ ${MAKE} clean ; ${MAKE} ; ${MAKE} install
+ killall innbbsd
+ cd ~; nohup innd/innbbsd 7777 &