[dwm] Fwd: Auto-discard notification

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Sat, 11 Nov 2006 16:22:56 +0100

----- Forwarded message from dwm-bounces_AT_suckless.org -----

Date: Sat, 11 Nov 2006 11:52:32 +0100
From: dwm-bounces_AT_suckless.org
To: dwm-owner_AT_suckless.org
Subject: Auto-discard notification

The attached message has been automatically discarded.
Date: Sat, 11 Nov 2006 10:52:31 +0000
From: Salva Peiró <saoret.one_AT_gmail.com>
To: dwm_AT_suckless.org
Subject: a small improvement

Hi,
this is a silly thing, but i thought it was worth mentioning:

diff -r a22a70174d44 Makefile
--- a/Makefile Wed Nov 8 16:16:38 2006
+++ b/Makefile Sat Nov 11 11:30:06 2006
@@ -21,9 +21,9 @@

${OBJ}: dwm.h config.h config.mk

-config.h:
- @echo creating $@ from config.default.h
- @cp config.default.h $@
+config.h: config.gmt.h
+ @echo creating $@ from $<
+ @cp $< $@

dwm: ${OBJ}
       @echo LD $@

I would do the creation of the config.h header this way, because
i usually store my config in a separate (config.gmt.h) file, and when
a change is done on default config.h's provided i take a look at them
and merge changes on my own config, this way just after having modified
the config.gmt.h issuing `make' updates config.h and builds an up to date
dwm.
Regards,

PS: I'm not suscribed to the list, currently i read the archives.

-- 
gualteri (at) rootshell.be/~gualteri
----- End forwarded message -----
-- 
 Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
Received on Sat Nov 11 2006 - 16:22:56 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:32:27 UTC