From 5fdde9d65d7664bcff62833304144a26b2f74e30 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 19 Mar 2005 13:02:33 +0000 Subject: label mbbsd in minute precision git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2650 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/Makefile') diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 863a053d..18458e65 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -52,8 +52,8 @@ test: $(PROG) install: $(PROG) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROG) $(BBSHOME)/bin/ - mv -f $(BBSHOME)/bin/mbbsd $(BBSHOME)/bin/mbbsd.`date '+%m%d%H'` - ln -sv $(BBSHOME)/bin/mbbsd.`date '+%m%d%H'` $(BBSHOME)/bin/mbbsd + mv -f $(BBSHOME)/bin/mbbsd $(BBSHOME)/bin/mbbsd.`date '+%m%d%H%M'` + ln -sv $(BBSHOME)/bin/mbbsd.`date '+%m%d%H%M'` $(BBSHOME)/bin/mbbsd clean: rm -f $(OBJS) $(PROG) -- cgit v1.2.3