Marc Chantreux once said:
> [...]
>
> pub/%.html: %.md template
> mkpage $prereq(1) > $target
>
> but when building index.html from index.md, i got
>
> mkpage index.md template(1) > $target
>
> [...]
>
> * is this a known bug?
It's a bug but it only affects the way mk prints
recipes.
Connor Lane Smith once said:
> On 30/03/2015, FRIGN wrote:
> > In the end, the idea of locales is founded in some deeply-resting issue
> > with self-guilt, assuming there's some African tribe which sorts ö after
> > x.
>
> They're called Swedes.
A long time ago they were an African tribe.
An
Xavier Fernández i Marín once said:
> I can compile st-0.5, but not the development version, on a Gentoo
> distribution running gcc-4.9.
>
> [...]
>
> st.c: In function ‘csihandle’:
> st.c:2522:12: error: ‘vtiden’ undeclared (first use in this function)
>ttywrite(vtiden, sizeof(vtiden) - 1);
FRIGN once said:
> Well, what I noticed is the huge size of the compiled binaries.
> 2.2M for a "Hello World"-program is an unreasonable demand. It's
> possible to strip the size to around 1.2M by passing
> -ldflags '-s -w'
> to "go build".
> This is quite inhibiting, but I'm glad to see thi
... is more DBUS.
https://lwn.net/Articles/551969/
https://github.com/gregkh/kdbus/blob/master/kdbus.txt
My condolences,
Anthony
The link order in yacc.mk is wrong.
Try building with this patch.
Cheers,
Anthony
diff -r 12764b326f2b yacc.mk
--- a/yacc.mk Sun Feb 12 23:13:17 2012 +0100
+++ b/yacc.mk Sun Feb 26 17:26:11 2012 -0800
@@ -35,4 +35,4 @@
${TARG}: ${OFILES}
@echo LD ${TARG}
- @${CC} ${LDFLAGS}
Arian Kuschki once said:
> I would like to learn a new programming language. I do not know C. As
> I remember positive reactions on this list when Go came out, I would
> like to know if people still think it might be a 'better C'. One thing
> I like about Go is that is seems more suitable for serv
Roger once said:
> Checking memory usage between XFCE4 and DWM,
> I find XFCE4 uses only ~30MB more then DWM.
>
> 100MB - DWM + Xorg
> 130MB - XFCE4
>
> 2x750 P3 w/ 1GB RAM
>
> (I'm going to gander, Xorg uses around 60-70MB,
> with 20-30MB for other resources. Man Xorg is a
> beast on memory!)
Anselm R Garbe once said:
> It is also noteworthy to remember that I actually
> started dwm development *mainly* because I came
> to the conclusion that libixp or 9P in general
> makes it extraordinary more complex to write a
> simple tool like a window manager for no really
> good reason.
This i
Connor Lane Smith once said:
> So I think the necessary next step would be to have a strongly typed
> shell. To pretty-print you'd need to add a polymorphic "à la carte"
> (multiple dispatch) pretty-printing function for the given data type.
> The type inference would be done per command, so cat(1
10 matches
Mail list logo