mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
Add function to download source files.
This commit is contained in:
parent
c4528a0dac
commit
1f0d7d2f78
2 changed files with 20 additions and 18 deletions
|
|
@ -30,5 +30,5 @@ tcc -c -I. fnmatch.c
|
|||
tcc -c -I. regex.c
|
||||
|
||||
# Link
|
||||
tcc -o ${bindir}/cmp cmp.o cmpbuf.o error.o getopt.o getopt1.o xmalloc.o version.o
|
||||
tcc -o ${bindir}/diff diff.o analyze.o cmpbuf.o dir.o io.o util.o context.o ed.o ifdef.o normal.o side.o fnmatch.o getopt.o getopt1.o regex.o version.o
|
||||
tcc -static -o ${bindir}/cmp cmp.o cmpbuf.o error.o getopt.o getopt1.o xmalloc.o version.o
|
||||
tcc -static -o ${bindir}/diff diff.o analyze.o cmpbuf.o dir.o io.o util.o context.o ed.o ifdef.o normal.o side.o fnmatch.o getopt.o getopt1.o regex.o version.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue