Build grep-2.4.

This commit is contained in:
Andrius Štikonas 2021-01-17 16:20:40 +00:00
parent eb650776e9
commit c19a71c11c
4 changed files with 49 additions and 2 deletions

13
sysa/grep-2.4.kaem Normal file
View file

@ -0,0 +1,13 @@
#!/bin/sh
set -ex
cp ../grep-2.4.mk Makefile
/after/bin/make
# Install
/after/bin/cp grep /after/bin/grep
/after/bin/chmod 755 /after/bin/grep
# Test
/after/bin/grep --version