logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

pass1.sh (341B)


  1. # SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. # When we rebuild flex it no longer needs patching
  5. # and can use simplified makefile
  6. src_prepare() {
  7. default
  8. touch config.h
  9. rm parse.c parse.h scan.c skel.c
  10. }
  11. src_compile() {
  12. make -j1 PREFIX="${PREFIX}"
  13. }