Compare commits

...

2 commits

Author SHA1 Message Date
Ohio2
a6eccfa40e Fixed gcc: used prefix and patched the spaces instead of tab 2021-07-01 00:52:50 +02:00
Ohio2
142e059b82 Busybox symlinks added 2021-06-30 15:46:51 +02:00
2 changed files with 2 additions and 1 deletions

View file

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

View file

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