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
7fecfd3740
minix
/
commands
/
bzip2-1.0.3
/
build
7 lines
72 B
Text
Raw
Normal View
History
Unescape
Escape
ast@'s build files for easypack.
2005-09-19 15:15:15 +02:00
#!/bin/sh
make clean
fix builds not to do bigmakes gzip is out of the base system
2006-02-02 18:13:07 +01:00
make all
fix for no 'build' arg
2006-02-01 12:18:54 +01:00
if [ "$1" != build ]
build scripts accept 'build' argument to not install
2006-01-27 15:38:23 +01:00
then make install
fi
Reference in a new issue
Copy permalink