OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 08-Jun-2004 08:18:01
Branch: HEAD Handle: 2004060807180100
Modified files:
openpkg-re osprereq.txt
Log:
log HP/UX make(1L) problem and workaround
Summary:
Revision Changes Path
1.15 +11 -0 openpkg-re/osprereq.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/osprereq.txt
============================================================================
$ cvs diff -u -r1.14 -r1.15 osprereq.txt
--- openpkg-re/osprereq.txt 3 Jun 2004 11:51:04 -0000 1.14
+++ openpkg-re/osprereq.txt 8 Jun 2004 06:18:01 -0000 1.15
@@ -2,6 +2,17 @@
Operating System Prerequisites (handcrafted)
============================================
+ o HP/UX 11.11
+ - system make(1L) is broken because it rebuilds a target when the
+ source date is equal to the target. This works as designed by
+ HP/UX. Because the resolution of file creation time stamps is
+ limited to a second this leads to repetitive rebuilding of quickly
+ generated targets. It can be observed that "make install" rebuilds
+ targets already processed during previous "make" but fails because
+ flags passed along are not intended for this behavior. Workaround:
+ if a package fails (reproducable with bzip2) then replace the
+ system make(1L) with another (i.e. OpenPKG GNU make).
+
o FreeBSD 4.x and 5.x:
- base binary installation
- tbd
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]