This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f78fb05676
minix
/
lib
/
ack_build.sh
9 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
Incorporate bsdmake into buildsystem and reorganize libs
2010-02-16 15:41:33 +01:00
#!/bin/sh
changes for detecting and building for clang/binutils elf and minor fixes: . add ack/clean target to lib, 'unify' clean target . add includes as library dependency . mk: exclude warning options clang doesn't have in non-gcc . set -e in lib/*.sh build files . clang compile error circumvention (disable NOASSERTS for release builds)
2011-06-07 14:48:31 +02:00
set
-e
Buildsystem changes for GCC -Makefile updates -Update mkdep -Build fixes/warning cleanups for some programs -Restore leading underscores on global syms in kernel asm files -Increase ramdisk size
2010-05-19 15:24:15 +02:00
export
CC
=
cc
export
MAKEOBJDIR
=
obj-ack
Incorporate bsdmake into buildsystem and reorganize libs
2010-02-16 15:41:33 +01:00
make
$@
Reference in a new issue
Copy permalink