diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-11-12 23:22:31 +0100 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-11-14 23:45:25 +0100 |
commit | 0c8d8ebb7b3e218ca8a8445785266d33b4d3c8ff (patch) | |
tree | 28afd61addfea1aa8c79d685470fbc22833d4259 /Tools/scripts/README | |
parent | devel/libatomic_ops: Update to 7.6.12 (diff) |
Tools/scripts: Add new script update_crates to replace CARGO_CRATES block
Simple shell script to help updating Makefile CARGO_CRATES variable
returned by make cargo-crates.
simplest way to use it :
make cargo-crates | update_crates Makefile > NewMakefile
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 1b7d2b838270..aa9b32f612e4 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -42,6 +42,9 @@ tindex - script used to build INDEXes for supported FreeBSD branches, which failure reports on ports@FreeBSD.org update-patches - generates updated patches. +update_crates - script used to generate an updated Makefile using make cargo-crates + output + ---------------------------------------------------------------------- gnomedepends is a script, which analyses pkg/PLIST and gives an advice as to |