Revert "lbmk: use mkhtemp in libreboot's build system"

This reverts commit e54862fccc.

nope. not ready yet. will fix it later.
This commit is contained in:
Leah Rowe
2026-03-29 16:25:41 +01:00
parent e54862fccc
commit 01aa95ec15
10 changed files with 17 additions and 50 deletions
-2
View File
@@ -68,8 +68,6 @@ $(PROG): $(OBJS_NVMUTIL)
$(PROGMKH): $(OBJS_MKHTEMP)
$(CC_MODE) $(OBJS_MKHTEMP) -o $(PROGMKH) $(LDFLAGS)
cp -r mkhtemp mktemp
chmod 755 mktemp
$(PROGLOT): $(OBJS_LOTTERY)
$(CC_MODE) $(OBJS_LOTTERY) -o $(PROGLOT) $(LDFLAGS)
+1 -7
View File
@@ -68,7 +68,7 @@ main(int argc, char *argv[])
xpledgex("stdio flock rpath wpath cpath", NULL);
while ((c =
getopt(argc, argv, "qdp:t")) != -1) {
getopt(argc, argv, "qdp:")) != -1) {
switch (c) {
case 'd':
@@ -83,12 +83,6 @@ main(int argc, char *argv[])
/* (exit status unchanged) */
break;
case 't':
break; /* not supported yet. TODO */
/* configured above without optarg,
* so that it is treated as a normal
* template string */
default:
goto err_usage;
}