Re: Generating missing depfiles by an automake based makefile

2023-02-10 Thread Edward Welbourne
Dmitry Goncharov (10 February 2023 00:24) wrote: > When a depfile is missing (for any reason) the current automake > makefile creates a dummy depfile. This seems misguided. Better to include $(wildcard $(DEPFILES)) instead, so there are no misleading depfiles lying around to cause make to

Automake Cygwin build failures (fixable), test failures (ugh)

2001-05-01 Thread edward
hi peeps. aside from the Automake/* vs automake issue, builds fine, but lots of test errors. *cough* I'll take a look at specifics over the weekend. testedwith automake 2.49f Cheers, edward $ uname -aCYGWIN_NT-5.0 EDWARD 1.3.1(0.38/3/2) 2001-04-24 20:01 i686 unknown$ make check Making

Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES

2001-03-31 Thread edward
Robert, Try re-arranging your configure.ac/Makefile.am to use @LIBOBJS@ (in LDADD or LIBADD). Cheers, edward - Original Message - From: "Robert Collins" [EMAIL PROTECTED] To: "Lars J. Aas" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, March 31, 2001 9:19 AM

Re: ok, new libtool for cygwin updates

2001-03-29 Thread edward
PROTECTED] To: "edward" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 7:52 PM Subject: Re: ok, new libtool for cygwin updates Hi edward, I have been snowed this week, but I plan to integrate the libtool part of your patch in the next couple

Re: Conditionals in CVS Automake

2001-03-27 Thread edward
See http://sources.redhat.com/ml/automake/2001-03/msg00162.html unfortunately, the code is a bit stale now, due to all the recent work on automake. however, same concept still applies. cheers, edward - Original Message - From: "Akim Demaille" [EMAIL PROTECTED] To: &quo

Re: program target missing $(EXEEXT)

2001-03-27 Thread edward
e_binlist); } else { - Original Message - From: "Robert Collins" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED]; "Akim Demaille" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 7:54 PM Subject: RE: program target missing $(EX

Re: program target missing $(EXEEXT)

2001-03-26 Thread edward
search through the archives of both automake and libtool for my cygwin patches, robert, for my particular method of dealing with this. cheers, edward - Original Message - From: "Robert Collins" [EMAIL PROTECTED] To: "Akim Demaille" [EMAIL PROTECTED] Cc: [EMAIL PRO

Re: Understanding objc.test

2001-03-16 Thread edward
need to think some more about it. must get. coffee. cheers - Original Message - From: "Akim Demaille" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 16, 2001 4:24 AM Subject: Re: Understanding objc.test "tailbert" ==

[PATCH] Re: automake debug output

2001-03-14 Thread edward
led. here is a cheep patch. cheep cheep. ChangeLog: 2001-03-14 Edward M. Lee [EMAIL PROTECTED] * automake.in (read_am_file): preserve $1 across sub matches. --- automake.in~Wed Mar 14 11:23:39 2001 +++ automake.in Wed Mar 14 11:23:57 2001 @@ -6336,7 +6336,7 @@ $outp

Re: pr19.test

2001-03-13 Thread edward
From http://sources.redhat.com/ml/automake/2001-03/msg00183.html 2) lines 4946-4947 of automake.in version 1.977 # FIXME: nodist. push_dist_common ($pfx . $base . '.' . $ext); commenting out the last line removes foo.c (which is a temporary file) from the make distdir target,

Re: pr19.test

2001-03-13 Thread edward
- Original Message - From: "Akim Demaille" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 5:39 AM Subject: Re: pr19.test snip Thanks for the details. As I'm currently working on DIST_COMMON etc. (I have anot

unknown extension in source perl error (with patch)

2001-03-13 Thread edward
before used. ChangeLog: 2001-03-13 Edward M. Lee [EMAIL PROTECTED] * automake.in (handle_single_transform_list): test (and warn the user) for unknown extensions before doing language features. Suggested Patch: --- automake.in.origTue Mar 13 04:49:55 2001 +++ automake.in Tue Mar

plea for case-insensitive, but case preserving (was: Re: 45-fix-yacc2-test.patch)

2001-03-13 Thread edward
hi akim, this is a plea to avoid using constructs like the "cp Makefile.am Makefile.AM" below. this kills us cygwin/windows people, and i for one, very much would like to keep automake, etc. working on window based platforms! cheers, edward +cp Makefile.am Makefile.AM - Origin

Re: automake updates (was Re: ok, new libtool for cygwin updates)

2001-03-12 Thread edward
ChangeLog: 2001-03-12 Edward M. Lee [EMAIL PROTECTED] * progs.am: install patch for Cygwin. The cygwin /usr/bin/install program has the following behavior for install -c SRC DST: Scenario 1: "src.exe" exists and "src" does not: 1) if

Re: ok, new libtool for cygwin updates

2001-03-12 Thread edward
- Original Message - From: "Akim Demaille" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 12, 2001 6:21 AM Subject: Re: ok, new libtool for cygwin updates "edward" [EMAIL PROTECTED] writes:

Re: ok, new libtool for cygwin updates

2001-03-12 Thread edward
- Original Message - From: "Akim Demaille" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 12, 2001 8:26 AM Subject: Re: ok, new libtool for cygwin updates snip Huh? It is still wrong. This has no reason to depe

Re: pr19.test

2001-03-12 Thread edward
hm. pr19.test fails but you post the logs from subdirbuildsources.test :) try: make TESTS=pr19.test check in order to run just pr19.test - Original Message - From: "Robert Collins" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED]; "Akim Demaille"

Re: ok, new libtool for cygwin updates

2001-03-10 Thread edward
- Original Message - From: "Robert Collins" [EMAIL PROTECTED] To: "edward" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, March 10, 2001 5:14 AM Subject: Re: ok, new libtool for cygwin updates Hi edward, I'm not sure whether you want blow by blow bug re

Re: ok, new libtool for cygwin updates

2001-03-10 Thread edward
case, i've further patched automake to fix the things i broke. hopefully, we can get this automake / libtool dependency thing worked out in tandem. thanks for looking into it, edward

partially specified conditional target patch

2001-03-08 Thread edward
hi peeps enclosed is a patch which emits targets for partially specified conditional targets e.g. bin_PROGRAMS = do_me if HAVE_DO_ME do_me_SOURCES = do_me.c else do_me: echo ok do me touch do_me endif both targets get generated, with the proper test. nested stuff works too it seems