History log of /dragonfly/bin/csh/csh/Makefile (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 790cc7ef 06-Jan-2023 Matthew Dillon <dillon@apollo.backplane.com>

build - Fix make concurrency for csh

* Fix a make concurrency issue by making all objects depend on
the generated headers.


Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.2.0, v6.3.0, v6.0.1
# c8860c9a 31-May-2021 Sascha Wildner <saw@online.de>

tcsh: Install csh-mode.el and adjust README.DELETED.


Revision tags: v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2
# a91ba23c 17-May-2018 Sascha Wildner <saw@online.de>

tcsh: Remove MINIX specific file from the build.


Revision tags: v5.2.1
# f51dcbd4 02-May-2018 zrj <rimvydas.jasinskas@gmail.com>

world: Lower WARNS for bmake/tcsh contrib.

Revert this once issues have been solved upstream.


# 55d72589 28-Apr-2018 zrj <rimvydas.jasinskas@gmail.com>

calloc - Work around gcc-8 bug (2).

GCC-8 at -O2 improperly tries to optimize calloc() replacement even for
malloc+bzero sequence back to calloc from calloc itself. This affects
both main root's she

calloc - Work around gcc-8 bug (2).

GCC-8 at -O2 improperly tries to optimize calloc() replacement even for
malloc+bzero sequence back to calloc from calloc itself. This affects
both main root's shell (tcsh as default) and ld-elf.so dynamic linker.

Explicitly use -fno-builtin-malloc to prevent that at any -Ox level.

show more ...


# 6a8f6cbb 25-Apr-2018 zrj <rimvydas.jasinskas@gmail.com>

csh(1): Separate hostprog.