mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
more modeline errata (#1019)
Somehow or another, I previously had missed `BUILD.mk` files. In the process I found a few straggler cases where the modeline was different from the file, including one very involved manual fix where a file had been treated like it was ts=2 and ts=8 on separate occasions. The commit history in the PR shows the gory details; the BUILD.mk was automated, everything else was mostly manual.
This commit is contained in:
parent
60813003a3
commit
3a8e01a77a
202 changed files with 879 additions and 879 deletions
|
@ -1,5 +1,5 @@
|
|||
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
||||
#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘
|
||||
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
|
||||
|
||||
PKGS += LIBC_SYSV
|
||||
LIBC_SYSV_LIBS = $(foreach x,$(LIBC_SYSV_ARTIFACTS),$($(x)_A))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*bin/echo ' -*- mode:sh; indent-tabs-mode:nil; tab-width:8; coding:utf-8 -*-│
|
||||
│ vi: set et ft=sh ts=2 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
│ vi: set noet ft=sh ts=8 sts=8 sw=8 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ Copyright 2020 Justine Alexandra Roberts Tunney │
|
||||
│ │
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*bin/echo ' -*- mode:sh; indent-tabs-mode:nil; tab-width:8; coding:utf-8 -*-│
|
||||
│ vi: set et ft=sh ts=2 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
│ vi: set noet ft=sh ts=8 sts=8 sw=8 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ Copyright 2020 Justine Alexandra Roberts Tunney │
|
||||
│ │
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
* defined as variables. By convention, system calls and other
|
||||
* functions do not update this variable when nothing's broken.
|
||||
*
|
||||
* @see libc/sysv/consts.sh
|
||||
* @see libc/sysv/errfuns.h
|
||||
* @see __errno_location() stable abi
|
||||
* @see libc/sysv/consts.sh
|
||||
* @see libc/sysv/errfuns.h
|
||||
* @see __errno_location() stable abi
|
||||
*/
|
||||
errno_t __errno;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*bin/echo ' -*- mode:sh; indent-tabs-mode:nil; tab-width:8; coding:utf-8 -*-│
|
||||
│ vi: set et ft=sh ts=2 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
│ vi: set et ft=sh ts=8 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ Copyright 2020 Justine Alexandra Roberts Tunney │
|
||||
│ │
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*bin/echo ' -*- mode:sh; indent-tabs-mode:nil; tab-width:8; coding:utf-8 -*-│
|
||||
│ vi: set et ft=sh ts=2 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
│ vi: set noet ft=sh ts=8 sts=8 sw=8 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ Copyright 2020 Justine Alexandra Roberts Tunney │
|
||||
│ │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue