tiger-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tiger-devel] [PATCH] Fix the Makefile to build on HPUX.


From: Javier Fernandez-Sanguino
Subject: Re: [Tiger-devel] [PATCH] Fix the Makefile to build on HPUX.
Date: Wed, 03 Sep 2003 17:40:55 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

address@hidden wrote:
Hello All,

I though I had submitted this patch a while ago, maybe
not, but I caught it in the tree resyncs.


I believe you did, but see below.

This patch fixes the Makefile so it will build on HPUX.

-PLATFORM_SCRIPTS=$(shell find ./systems/ -type f)
+PLATFORM_SCRIPTS:=$(shell find ./systems/ -type f)

Added.

BINARIES=./tiger \
         ./tigexp  \
-        ./tigercron
-
+        ./tigercron \
 SCRIPTS=./scripts/check_accounts \
        ./scripts/check_aliases \
        ./scripts/check_anonftp \

This doesn't make any sense and breaks the Makefile (you are making the BINARIES target include the SCRIPTS themselves due to the '\' at the end of the tigercron)

Regards

Javi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]