summaryrefslogtreecommitdiffstats
path: root/upgrade/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 23:42:27 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 23:42:27 +0800
commitb6bbb6238653053f6f30211560166394bfcb7381 (patch)
tree3d1006666b2deedb341f200f2df85d9be12eddb2 /upgrade/Makefile
parentc1f7245de4760644e162114442c13cbdf87d2b16 (diff)
downloadpttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar.gz
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar.bz2
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar.lz
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar.xz
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.tar.zst
pttbbs-b6bbb6238653053f6f30211560166394bfcb7381.zip
- upgrade script update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3973 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'upgrade/Makefile')
-rw-r--r--upgrade/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/upgrade/Makefile b/upgrade/Makefile
index d050eba1..98903405 100644
--- a/upgrade/Makefile
+++ b/upgrade/Makefile
@@ -18,9 +18,7 @@ LIBS+= $(SRCROOT)/src/libbbsutil/libbbsutil.a \
all:
echo "Usually you won't build everything for upgrading, so we let you decide what to run."
+ echo "Please type make rDDDD_XXXX to build your upgrade program."
$(SRCROOT)/include/var.h: $(SRCROOT)/mbbsd/var.c
cd $(SRCROOT)/mbbsd; $(MAKE) $(SRCROOT)/include/var.h
-
-r2014convert: r2014convert.c
- $(CCACHE) ${CC} ${CFLAGS} ${LDFLAGS} -o r2014convert r2014convert.c $(LIBS)