Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b8bffe

Browse files
committed
Add make target for libc-test
1 parentc5fb060 commit1b8bffe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎Makefile‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ CARGO := rustup run nightly cargo
1717

1818
all: .cargo/config
1919

20+
libc-test: .cargo/config
21+
cd libc/libc-test&& ../../cargo-minix build --target i586-unknown-minix
22+
2023
clean:
21-
rm -rf deps rust/target .cargo
24+
rm -rf deps .cargo
25+
cd libc&& cargo clean
26+
cd libc/libc-test&& cargo clean
27+
cd rust&& cargo clean
2228

2329
update-submodules:
2430
git submodule update --init rust libc
@@ -45,4 +51,4 @@ deps/pth-2.0.7nb4.tgz:
4551
mkdir -p deps
4652
cd deps&& wget https://minix3.org/pkgsrc/packages/3.4.0/i386/All/pth-2.0.7nb4.tgz
4753

48-
.PHONY: all clean update-submodules libstd
54+
.PHONY: all clean update-submodules libstd libc-test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp