Compare commits
No commits in common. "c6db5d15b94c4ccf2f126f95dbf020581d1e6aac" and "9cd85a6aabb668fd49875273bc1372baa4bfbf1f" have entirely different histories.
c6db5d15b9
...
9cd85a6aab
2 changed files with 4 additions and 8 deletions
|
@ -9,6 +9,6 @@ make install DESTDIR="$1"
|
|||
rsync -a ./busybox/ "$1"/bin/
|
||||
cd "_install"
|
||||
install linuxrc "$1"/linuxrc
|
||||
cp -npr ./bin/ "$1"/bin/
|
||||
cp -npr ./sbin/ "$1"/sbin/
|
||||
cp -npr ./usr "$1"/usr/
|
||||
rsync -a -v ./bin/ "$1"/bin/
|
||||
rsync -a -v ./sbin/ "$1"/sbin/
|
||||
rsync -a -v ./usr "$1"/usr/
|
||||
|
|
|
@ -5,8 +5,4 @@ cd make-4.3
|
|||
export CFLAGS="$CFLAGS -static"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
||||
gzip lib/make.1 lib/make.1.gz
|
||||
cp make $1/usr/bin/make
|
||||
cp doc/make.1.gz $1/usr/share/man/man1/
|
||||
cp -npr /lib/* $1/lib
|
||||
make DESTDIR="$1" install
|
||||
|
|
Loading…
Reference in a new issue