Package: pennmush
Severity: important
Version: 1.8.0p13-1
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

The system does not have in all file systems
sub-second time stamp resolution and
"utils/update.pl options.h options.h.dist" is too fast.

Please, add a sleep after "touch options.h.dist" as show bellow.

It would also be nice if you can inform upstream
about this issue.

Thanks in advance

                        Petr

--- Makefile.SH~        2006-12-19 11:06:22.000000000 +0100
+++ Makefile.SH 2006-12-19 11:06:22.000000000 +0100
@@ -200,6 +200,7 @@

 update-hdr:
        [EMAIL PROTECTED] options.h.dist
+       -@ sleep 2
        [EMAIL PROTECTED] utils/update.pl options.h options.h.dist

 test: netmud



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to