diff options
-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 |