only build the minimum when mode=dbg
This commit is contained in:
parent
6099b56a95
commit
4700a87c56
1 changed files with 17 additions and 1 deletions
|
@ -27,7 +27,23 @@ if [ ! -e /cosmopolitan.done ]; then
|
||||||
&& `#skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs"` \
|
&& `#skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs"` \
|
||||||
&& `#skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs"` `# SIGSEGV` \
|
&& `#skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs"` `# SIGSEGV` \
|
||||||
&& `#skip "o/$mode/third_party/python/Lib/test/test_tarfile.py.runs"` \
|
&& `#skip "o/$mode/third_party/python/Lib/test/test_tarfile.py.runs"` \
|
||||||
&& ./makeit all \
|
&& if [ "$COSMO_FLAVOR" = dbg ] \
|
||||||
|
;then : \
|
||||||
|
&& ./expand ./makeit \
|
||||||
|
a//ape-copy-self.o a//ape-no-modify-self.o a//ape.elf \
|
||||||
|
a//ape.lds a//ape.macho a//ape.o \
|
||||||
|
a//public/ape.lds b//ar.com b//chmod.com \
|
||||||
|
b//cocmd.com b//compile.com b//cp.com \
|
||||||
|
b//echo.com b//fixupobj.com b//gzip.com \
|
||||||
|
b//mkdeps.com b//mkdir.com b//package.com \
|
||||||
|
b//pwd.com b//rm.com b//rollup.com \
|
||||||
|
b//symtab.com b//touch.com b//unbundle.com \
|
||||||
|
b//zipcopy.com b//zipobj.com o//cosmopolitan.a \
|
||||||
|
o//libc/crt/crt.o o/cosmopolitan.h t//make/make.com \
|
||||||
|
t//unzip/unzip.com t//zip/zip.com \
|
||||||
|
;else : \
|
||||||
|
&& ./makeit all \
|
||||||
|
;fi \
|
||||||
&& touch /cosmopolitan.done \
|
&& touch /cosmopolitan.done \
|
||||||
|| exit $?
|
|| exit $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue