Sfoglia il codice sorgente

changed the build script to cope with the new init system

pull/1/head
XeonSquared 4 anni fa
parent
commit
77c69f651b
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      build.sh

+ 1
- 3
build.sh Vedi File

@@ -1,12 +1,10 @@
#!/bin/sh
rm -r target/*
mkdir target &>/dev/null
mkdir target/cfg
lua luapreproc.lua module/init.lua target/init.lua
echo _OSVERSION=\"PsychOS 2.0a2-$(git rev-parse --short HEAD)\" > target/version.lua
cat target/version.lua target/init.lua > target/tinit.lua
mv target/tinit.lua target/init.lua
cp -r exec/ service/ lib/ target/
cp default-init.txt target/cfg/init.txt
cp -r service/ lib/ cfg/ target/
lua finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md
rm target/version.lua

Loading…
Annulla
Salva