rakslice / leaix

AMD am799x PCnet-II PCI (Lance) Ethernet network driver for AIX PS/2 1.3, ported from NetBSD 1.1
Other
7 stars 1 forks source link

fix the make install process to not incur a recompile on a system without a compiler #4

Open rakslice opened 2 years ago

rakslice commented 2 years ago

From a test on a fresh install, the current Makefile, during a make install, will get hung up trying to rebuild the .o on a system without a compiler.

As a workaround:

Make sure your system time is set properly (for a Y2K fix see my /etc/init.dir/B2s.i386 change https://gist.github.com/rakslice/294512a7449e40b0c79595561968b538)

Then

make links
touch links
touch if_le.o
make install