Compare commits

..

No commits in common. "a6eccfa40e8223571e89f6854963ea009fd247ca" and "f3a514721b6e5666c230043e4be85b5a687d2e5b" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,5 @@ busybox:
make make
install: install:
make install DESTDIR="${PREFIX}" make install DESTDIR="${PREFIX}"
busybox --install
uninstall: uninstall:
make uninstall make uninstall

View file

@ -4,7 +4,7 @@ prepare:
gcc: gcc:
mkdir build mkdir build
cd build cd build
./configure --prefix=${PREFIX}/usr --enable-languages=c,c++,d,fortran,go,objc,obj-c++ ./configure --prefix=/usr --enable-languages=c,c++,d,fortran,go,objc,obj-c++
install: install:
make install DESTDIR="${PREFIX}" make install DESTDIR="${PREFIX}"
uninstall: uninstall: