about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-07 22:24:14 -0400
committerJune McEnroe <june@causal.agency>2018-10-07 22:24:14 -0400
commit1c873b01cc126d4614990eae8827305f88397d2c (patch)
tree0995b715398119ff264713173c013a6fec741346
parentUse PascalCase for constants (diff)
downloadtorus-1c873b01cc126d4614990eae8827305f88397d2c.tar.gz
torus-1c873b01cc126d4614990eae8827305f88397d2c.zip
Link statically
-rw-r--r--Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 018550f..877a59b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ CHROOT_USER = torus
 CHROOT_GROUP = $(CHROOT_USER)
 
 CFLAGS += -Wall -Wextra -Wpedantic
+LDFLAGS += -static
 LDLIBS = -lcursesw
 BINS = server client meta merge
 OBJS = $(BINS:%=%.o)
@@ -30,24 +31,15 @@ chroot.tar: server client
 	install -d -o root -g wheel \
 	    root/bin \
 	    root/home \
-	    root/lib \
-	    root/libexec \
 	    root/usr \
 	    root/usr/share \
 	    root/usr/share/misc
 	install -d -o $(CHROOT_USER) -g $(CHROOT_GROUP) root/home/$(CHROOT_USER)
-	cp -p -f /libexec/ld-elf.so.1 root/libexec
-	cp -p -f \
-	    /lib/libc.so.7 \
-	    /lib/libedit.so.7 \
-	    /lib/libncurses.so.8 \
-	    /lib/libncursesw.so.8 \
-	    root/lib
 	cp -a -f /usr/share/locale root/usr/share
 	cp -p -f /usr/share/misc/termcap.db root/usr/share/misc
-	cp -p -f /bin/sh root/bin
+	cp -p -f /rescue/sh root/bin
 	install -o root -g wheel -m 555 server client root/bin
-	tar -c -f chroot.tar -C root bin home lib libexec usr
+	tar -c -f chroot.tar -C root bin home usr
 
 clean:
 	rm -f tags $(OBJS) $(BINS) chroot.tar
l/binJune McEnroe 2019-07-27Shell script style passJune McEnroe 2019-07-27Add c11.pdfJune McEnroe 2019-07-27Move pdf script to MakefileJune McEnroe 2019-07-27Update macOS neovim to 0.3.8June McEnroe Which somehow still doesn't include my man fix. 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe This reverts commit 4b7d5161a30645b0a23691687ef1aafdda62d3bb. I don't know why but I don't like it. 2019-07-27Remove scheme text linkJune McEnroe No standard base64 encoder so no way to maintain it. 2019-07-26Update Dark.terminalJune McEnroe Why are the blobs so much bigger now? 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe When? Now. 2019-07-24Remove histedit from bitJune McEnroe