mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Do a bit of renaming so things are versioned
This commit is contained in:
parent
039b8ad658
commit
4b88b5a6f0
7 changed files with 20 additions and 22 deletions
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
# Variables
|
||||
bindir=/after/bin
|
||||
|
||||
# Compile
|
||||
tcc -c getopt1.c
|
||||
tcc -c getopt.c
|
||||
tcc -c regex.c
|
||||
tcc -c utils.c
|
||||
tcc -c -Dalloca alloca.c
|
||||
tcc -c -DHAVE_BCOPY sed.c
|
||||
|
||||
# Link
|
||||
tcc -static -o ${bindir}/sed alloca.o getopt1.o getopt.o regex.o sed.o utils.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue