diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-11-03 22:46:03 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-11-03 22:46:03 +0800 |
commit | d09fac1169303fc704e638b2696163c35f7600f4 (patch) | |
tree | d47611e793d0372bc10ab852b17a0098b3bdb054 | |
parent | 36f768eeba2492b70346da7c58a342bab9fb30da (diff) | |
download | pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar.gz pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar.bz2 pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar.lz pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar.xz pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.tar.zst pttbbs-d09fac1169303fc704e638b2696163c35f7600f4.zip |
Good-Bye everyone!
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6084 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/DEPRECATED | 20 | ||||
-rw-r--r-- | pttbbs/mbbsd/Makefile | 5 |
2 files changed, 24 insertions, 1 deletions
diff --git a/pttbbs/DEPRECATED b/pttbbs/DEPRECATED new file mode 100644 index 00000000..8c8f2db4 --- /dev/null +++ b/pttbbs/DEPRECATED @@ -0,0 +1,20 @@ + + +Thanks for using PTTBBS on OpenSVN. + +Starting from 2010, OpenSVN has suspended its public service due to maintenance +issue. PTTBBS has stayed there longer but now we've decided to move to GitHub. +It was a tough decision, but that makes lots of things easier. + +This PTTBBS repository on OpenSVN is now deprecated. No more new patches. +Please migrate to GitHub: + + https://github.com/ptt/pttbbs + +If you want to stay with current version (on OpenSVN), edit mbbsd/Makefile and +delete the "deprecated" object. + +Regards, + piaip, 2014/11/03. + + diff --git a/pttbbs/mbbsd/Makefile b/pttbbs/mbbsd/Makefile index 19db2045..0423d25b 100644 --- a/pttbbs/mbbsd/Makefile +++ b/pttbbs/mbbsd/Makefile @@ -90,7 +90,10 @@ OBJS+= screen.o .c.o: $(SRCROOT)/include/var.h $(CC) $(CFLAGS) -c $*.c -all: $(PROG) +all: deprecated $(PROG) + +deprecated: + @cat ../DEPRECATED && false $(PROG): testsz $(OBJS) sh $(SRCROOT)/util/newvers.sh |