mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 10:11:01 +00:00
always build multicall binary
squashed: a2c6b27 - build: automatically generate main() files c942f0f - remove MULTICALL=1 build from travis cb7b35b - make: remove unnecessary shell command 69bbb31 - update README 03a3168 - all: move main() into separate file that links against util crate 8276384 - make: always build multicall binary aa4edeb - make: avoid 'rustc --crate-file-name'
This commit is contained in:
parent
8568d41a09
commit
30bba07f9c
55 changed files with 69 additions and 251 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![crate_id(name="false", vers="1.0.0", author="Seldaek")]
|
||||
#![crate_id = "uufalse#1.0.0"]
|
||||
|
||||
/*
|
||||
* This file is part of the uutils coreutils package.
|
||||
|
|
@ -9,6 +9,6 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
fn main() {
|
||||
std::os::set_exit_status(1);
|
||||
pub fn uumain(_: Vec<String>) -> int {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue