From 06f3576fdd5aaf3450e78baf3a279a88627713c2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Jan 2017 03:31:47 -0500 Subject: Makefile: fix variable substitution. Because the .go.in->.go files weren't listed in files.out, the weren't included in at.targets, so they didn't actually have the variables set when evaluated. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2453dbb..11b5c59 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,9 @@ $(outdir)/.gopath/bin/cmd-nshd: \ $(outdir)/go/cmd-nshd/main.go: $(var)conf_file $(outdir)/go/parabola_hackers/users.go: $(var)bindir $(outdir)/go/parabola_hackers/passwords.go: $(var)shadow_file +files.out.all += $(outdir)/go/cmd-nshd/main.go +files.out.all += $(outdir)/go/parabola_hackers/users.go +files.out.all += $(outdir)/go/parabola_hackers/passwords.go # Go: copy out of .gopath $(outdir)/bin/nshd: \ -- cgit v1.2.3 From aab10239e466911b093a550ebe24580786c905b3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Jan 2017 03:32:03 -0500 Subject: Update to fixed libsystemd. --- go/git.lukeshu.com/go/libsystemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/git.lukeshu.com/go/libsystemd b/go/git.lukeshu.com/go/libsystemd index 1ac9db6..3f19c1f 160000 --- a/go/git.lukeshu.com/go/libsystemd +++ b/go/git.lukeshu.com/go/libsystemd @@ -1 +1 @@ -Subproject commit 1ac9db65fda0693d13336e6471a858914348f2fc +Subproject commit 3f19c1f98bd00eda75d1f547dc5f484cd32db6b2 -- cgit v1.2.3