10 lines
131 B
Bash
Executable File
10 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
make clean=all
|
|
make clean=dist
|
|
make -j 12 fetch
|
|
make package
|
|
portcheck
|
|
make port-lib-depends-check
|
|
make show=MAINTAINER
|
|
|