Archive for hint

wonderful world of makefiles

Posted in english with tags , , , , on Monday, October 29, 2007 by bauermann

Did you know…

… that “after reading in all makefiles, make will consider each as a goal target and attempt to update it. If a makefile has a rule which says how to update it (found either in that very makefile or in another one) or if an implicit rule applies to it (see Using Implicit Rules), it will be updated if necessary. After all makefiles have been checked, if any have actually been changed, make starts with a clean slate and reads all the makefiles over again.

(From the GNU make Manual)

Self-updating Makefiles! Imagine the possibilities. :-)

keeping track of timezones

Posted in english with tags , , on Saturday, December 2, 2006 by bauermann

Working in the LTC means working with people spread around the globe. Or at least at a few different timezones…

I just found out about this feature in KDE which I suspect will become very handy for me from now on: have the taskbar’s clock show the time in different timezones:

To enable it, just right-click on the clock, select “Configure Clock…” and then the “Timezones” tab.

GNOME, of course, has the same feature. That’s how I had the idea to search for this in the first place…