aboutsummaryrefslogtreecommitdiff
path: root/tools/build/depend-cleanup.sh
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove stray "then"Cy Schubert2024-04-181-1/+1
* Fix incremental build with WITH_NVME newly enabledBrooks Davis2024-04-181-0/+7
* lib{c,sys}: really fix incremental buildsBrooks Davis2024-03-181-2/+2
* lib{c,sys}: fix incremental buildsBrooks Davis2024-03-081-0/+10
* ino64: Fix incremental buildsWarner Losh2023-11-021-0/+8
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Fix incremental builds after GoogleTest updateDimitry Andric2023-08-161-0/+7
* depend-cleanup.sh: Generalise lib32 code and avoid duplicationJessica Clarke2023-07-271-18/+26
* lib/libc/string/ffs*.c: fix problems introduced with D40730Kyle Evans2023-07-141-2/+7
* depend-cleanup: Add verbose (-v) and pretend/dry-run (-n) flagsJessica Clarke2023-07-111-16/+66
* Make sure MACHINE(_ARCH) are exported for depend-cleanup.shJessica Clarke2023-07-111-0/+10
* depend-cleanup.sh: Fix whitespaceJessica Clarke2023-07-101-1/+1
* depend-cleanup.sh: cleanup stale ffs.S dependencies for arm and i386Dimitry Andric2023-07-101-0/+3
* depend-cleanup.sh: handle 32-bit dependencies having no 64-bit equivalentDimitry Andric2023-07-101-1/+5
* depend-cleanup: apply big hammer for OpenSSL 3.0 updateEd Maste2023-06-241-0/+9
* depend-cleanup.sh: Handle kqueue1() becoming a wrapper around kqueuex().John Baldwin2023-04-241-0/+3
* tools: cleanup stale dependencies from further config(8) C++ificationKyle Evans2023-02-091-0/+3
* depend-cleanup.sh: Simplify the logic, and clean bootstrap tools.Dag-Erling Smørgrav2023-02-081-12/+2
* tools: cleanup stale dependencies from recent config(8) changeKyle Evans2023-02-081-0/+3
* depend-cleanup.sh: handle zic moving one level up.Dag-Erling Smørgrav2023-01-141-0/+6
* depend-cleanup.sh: Handle rs(1) moving to C++.John Baldwin2022-11-161-0/+12
* depend-cleanup.sh: Handle kqtest being renamed to kqueue_test.John Baldwin2022-07-141-0/+8
* depend-cleanup.sh: Handle libc bcmp.c moving back to bcmp.S on amd64Mateusz Guzik2022-03-261-2/+2
* depend-cleanup.sh: Handle libc bcmp.S moving to bcmp.c on amd64.John Baldwin2022-03-251-0/+5
* depend-cleanup.sh: Handle stale libc++.so ldscripts.John Baldwin2021-12-301-0/+7
* depend-cleanup.sh: Make the output message more preciseMark Johnston2021-12-071-1/+1
* depend-cleanup.sh: Handle commit cbdec8db18b5Mark Johnston2021-12-071-3/+8
* libspl: fix NO_CLEAN buildWarner Losh2021-06-081-0/+3
* build: add WITHOUT_CLEAN workaround for 821aa63a0940Kyle Evans2021-01-081-0/+6
* pfctl: Fix NOCLEAN buildKristof Provost2021-01-061-0/+8
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+7
* retire an old NO_CLEAN dependency cleanup hackEd Maste2020-09-081-2/+0
* Apply a big hammer for stale pre-OpenZFS filesEd Maste2020-08-261-0/+8
* depend-cleanup.sh: add a note about removing old entriesEd Maste2020-08-261-0/+5
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-0/+2
* depend-cleanup: fix typo, ^/lib/libc/sys/Makefile.inc generates .S stubsKyle Evans2020-04-131-1/+1
* Move shm_open dependency cleanup into a new homeKyle Evans2020-04-131-0/+2
* add shell script for stale dependency hackEd Maste2020-03-301-0/+36