diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-05 18:44:43 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-05 18:44:43 +0800 |
commit | b24729860fbbfd8656673670373317562e40ca40 (patch) | |
tree | 129c3669f951d686eb9bdc5f9cf6335ec933be35 /mbbsd/Makefile | |
parent | 8f6ded91d13206bfd09c68f8f6513e45eb1068e5 (diff) | |
download | pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar.gz pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar.bz2 pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar.lz pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar.xz pttbbs-b24729860fbbfd8656673670373317562e40ca40.tar.zst pttbbs-b24729860fbbfd8656673670373317562e40ca40.zip |
force mv
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@688 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 9204ead9..557ca7a2 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 2003/02/10 17:41:45 in2 Exp $ +# $Id: Makefile,v 1.19 2003/03/05 10:44:43 victor Exp $ # q¸q°ò¥»ªìÈ BBSHOME?= $(HOME) @@ -80,7 +80,7 @@ test: $(PROG) install: $(PROG) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROG) $(BBSHOME)/bin/ - mv $(BBSHOME)/bin/mbbsd $(BBSHOME)/bin/mbbsd.`date '+%m%d%H'` + mv -f $(BBSHOME)/bin/mbbsd $(BBSHOME)/bin/mbbsd.`date '+%m%d%H'` ln -sv $(BBSHOME)/bin/mbbsd.`date '+%m%d%H'` $(BBSHOME)/bin/mbbsd clean: |