mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Update to mes-0.26.1.
This commit is contained in:
parent
3116214cc6
commit
e6ed60cec4
37 changed files with 132 additions and 150 deletions
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Paul Dersey <pdersey@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
int putenv(char *string)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
43ad49ef3345573286a93ce74c1c952edd600fb1335529d8394a53bc87189fd1 /usr/bin/make
|
||||
bf51c0e1d5d461b2b6ecf1b7f5cd2c52570ed1fcddaacbfb32dcae0a608f023e /usr/bin/make
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ cd ${pkg}
|
|||
# Create .h files
|
||||
catm config.h
|
||||
|
||||
# Prepare
|
||||
cp ../../files/putenv_stub.c putenv_stub.c
|
||||
|
||||
# Compile
|
||||
tcc -c getopt.c
|
||||
tcc -c getopt1.c
|
||||
|
|
@ -53,10 +50,9 @@ tcc -c -I. -DHAVE_INTTYPES_H -DHAVE_SA_RESTART remote-stub.c
|
|||
tcc -c -DHAVE_FCNTL_H getloadavg.c
|
||||
tcc -c -Iglob -DSTDC_HEADERS glob/fnmatch.c
|
||||
tcc -c -Iglob -DHAVE_STRDUP -DHAVE_DIRENT_H glob/glob.c
|
||||
tcc -c putenv_stub.c
|
||||
|
||||
# Link
|
||||
tcc -static -o ${BINDIR}/make getopt.o getopt1.o ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o getloadavg.o fnmatch.o glob.o putenv_stub.o
|
||||
tcc -static -o ${BINDIR}/make getopt.o getopt1.o ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o getloadavg.o fnmatch.o glob.o
|
||||
|
||||
# Test
|
||||
make --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue