%% Dominik Vogt <[EMAIL PROTECTED]> writes:
dv> I have a problem with a system with a broken rtc. Every time I
dv> reboot, the date gets set to 1st of January, 1904. The system was
dv> installed with this bogus date, so many system files have this
dv> modification date.
I don't underst
Hi!
Just found an error in the manual of GNU Make 3.79.
Section "Phony Targets"
(http://www.gnu.org/manual/make/html_mono/make.html#SEC33) contains the
following example:
### MANUAL EXAMPLE - START ###
SUBDIRS = foo bar baz
.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)
$(SUBDIRS):
$