diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-03-19 21:02:33 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-03-19 21:02:33 +0800 |
commit | 5fdde9d65d7664bcff62833304144a26b2f74e30 (patch) | |
tree | 761516064947091426399bf66ed8e857e223f075 /mbbsd/Makefile | |
parent | 02d481db41afaf95d0ab02f1453aa1dcc7b15d00 (diff) | |
download | pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar.gz pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar.bz2 pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar.lz pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar.xz pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.tar.zst pttbbs-5fdde9d65d7664bcff62833304144a26b2f74e30.zip |
label mbbsd in minute precision
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2650 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |