logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (503B)


  1. cflags{
  2. '-D _GNU_SOURCE',
  3. '-D EMACS',
  4. '-D SMALL',
  5. '-D VI',
  6. '-I $dir',
  7. }
  8. exe('ksh', [[
  9. alloc.c asprintf.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c
  10. emacs.c eval.c exec.c expr.c history.c io.c jobs.c lex.c mail.c
  11. main.c misc.c path.c shf.c syn.c table.c trap.c tree.c tty.c var.c
  12. version.c vi.c confstr.c reallocarray.c siglist.c signame.c
  13. strlcat.c strlcpy.c strtonum.c unvis.c vis.c issetugid.c
  14. ]])
  15. file('bin/ksh', '755', '$outdir/ksh')
  16. sym('bin/sh', 'ksh')
  17. man{'ksh.1', 'sh.1'}
  18. fetch 'git'