mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Fix build and delete superfluous files
- Make Python make formatting pristine - Add missing `#pragma weak` to Python source - Fix Clang script flake due to missing directory
This commit is contained in:
parent
295b3d6ca5
commit
798d542f15
901 changed files with 683 additions and 455657 deletions
|
@ -3,6 +3,7 @@
|
|||
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
|
||||
|
||||
if CLANG=$(command -v clang); then
|
||||
mkdir -p o/$MODE/test/libc/release
|
||||
$CLANG \
|
||||
-o o/$MODE/test/libc/release/smokeclang.com.dbg \
|
||||
-Os \
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# TODO(jart): implement me
|
||||
|
||||
if CLANG=$(command -v clang); then
|
||||
mkdir -p o/$MODE/test/libc/release
|
||||
$CLANG \
|
||||
-o o/$MODE/test/libc/release/smokeclang.com.dbg \
|
||||
-Os \
|
||||
|
|
|
@ -8,6 +8,8 @@ if [ "$MODE" = opt ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
mkdir -p o/$MODE/test/libc/release/
|
||||
|
||||
# smoke test booting on bare metal and printing data to serial uart
|
||||
CMD="o/$MODE/tool/build/blinkenlights.com.dbg -r o/$MODE/examples/hello.com"
|
||||
if OUTPUT="$($CMD)"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue