cc
> command line contains "-Ddate=..." which changes.).
>
Perhaps something on the line of:
rpl.c: always
always:
addedd to your makefile?
HTH
Bernard
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:+33 (0) 1 47 68 80 80
Fax:+33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
:
make "CXXFLAGS=-g -DDEBUG" all
HTH
Bernard
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:+33 (0) 1 47 68 80 80
Fax:+33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
h-scripts and why libtool IS
a shell script.
You can use GNU m4 or PERL in autoconf and automake, as these are
maintainer-only tools. If autopackage is a package-installer tool (i.e. a
native package front-end) the choice of implementation language is almost
restricted to "/bin/sh" or "/
bsomelib.a *.o
$(RANLIB) libsomelib.a
rm -rf libsomelib.temp
I know this is not so elegant, but it should work :-)
HTH
Bernard
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:+33 (0) 1 47 68 80 80
Fax:+33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
ld be welcome, even if it is just out of curiosity
:-)
To solve the first points, I propose the following patch against
CVS-automake:
Changelog:
--8<
--
2000-09-12 Bernard Dautre
> -Original Message-
> From: Alexandre Oliva [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 06, 2000 7:23 PM
> To: Bernard Dautrevaux
> Cc: [EMAIL PROTECTED]
> Subject: Re: [patch] new depcomp "sxc" method
>
>
> On Sep 6, 2000, Bernard Da
the name of our C/C++ compiler).
This patch is quite simple as the preprocessor is able to generate directly
the correct dependency file with dummy dependencies for all included files
to avoid the "deleted header file" syndrom.
The Changelog:
2000-09-05 Bernard Dautrevaux <[EMAIL PROT
with xargs; it's with the generated command line (which
is usually limited to 10240 characters by the underlying system). Hopefully
the solution IS in xargs: just use for example "find | xargs
-n10 ", and you should have path names of
consistently more than 1024 characters to have any