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
45d3ef7b3c
minix
/
lib
/
gnu_build.sh
8 lines
91 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
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
=
gcc
export
MAKEOBJDIR
=
obj-gnu
Update PATHs for llvm and X11
2010-09-12 19:56:53 +02:00
export
PATH
=
$PATH
:/usr/pkg/bin
Incorporate bsdmake into buildsystem and reorganize libs
2010-02-16 15:41:33 +01:00
make
$@
Reference in a new issue
Copy permalink