1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

rename filenames ending in a period

While windows may technically allow filenames to end in a period, the
recommendation is to avoid this as the shell does not support such files.
As of git 2.25, the behaviour was apparently changed to not allow files
with names ending in a period to be checked out on windows.

A second problem is upper/lower case conflicts for filenames.

To allow the source tree to be checked out on windows we follow FreeBSD
and rename a few files:

ss.. -> ss_
ssA  -> ss10
ssB  -> ss11

(FreeBSD svn revision 210167 from 2010)

as usual, this issue was extensively researched by jsg@
This commit is contained in:
daniel 2020-12-19 02:57:03 +00:00
parent e45d1099c9
commit 66e4954ed5
4 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2004/02/01 14:38:47 jmc Exp $
# $OpenBSD: Makefile,v 1.3 2020/12/19 02:57:03 daniel Exp $
# @(#)Makefile 8.1 (Berkeley) 8/14/93
DIR= psd/15.yacc
SRCS= ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd
SRCS= ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ss10 ss11 ssa ssb ssc ssd
MACROS= -ms
REFER= refer -e # -p /usr/share/dict/papers/Ind

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssA,v 1.1 2002/12/03 21:36:35 mickey Exp $
.\" $OpenBSD: ss10,v 1.1 2020/12/19 02:57:03 daniel Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssB,v 1.1 2002/12/03 21:36:35 mickey Exp $
.\" $OpenBSD: ss11,v 1.1 2020/12/19 02:57:03 daniel Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ss..,v 1.1 2002/12/03 21:36:35 mickey Exp $
.\" $OpenBSD: ss_,v 1.1 2020/12/19 02:57:03 daniel Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.