From: Neil Jerram <neil@ossau.uklinux.net>
Cc: ttn@glug.org, rlb@defaultvalue.org, guile-devel@gnu.org
Subject: Re: specifying workbook dir for dist-hook
Date: 01 Apr 2002 19:47:31 +0100 [thread overview]
Message-ID: <m3adsnuugs.fsf@laruns.ossau.uklinux.net> (raw)
In-Reply-To: <87y9g8nutk.fsf@zagadka.ping.de>
>>>>> "Marius" == Marius Vollmer <mvo@zagadka.ping.de> writes:
Marius> What I am seeing is that automake does not interpret the line
Marius> include $(top_srcdir)/am/maintainer-dirs
Marius> in guile-core/Makefile.am, and copies it into (effectively) Makefile.
Marius> In turn GNU make will interpret the include directive, but does not
Marius> understand the "if" in am/maintainer-dirs:
Marius> $ make
Marius> am/maintainer-dirs:32: *** missing separator. Stop.
Me too. I'm currently running with the patch below (yes, I know it's
not the RT):
Neil
Index: Makefile.am
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/Makefile.am,v
retrieving revision 1.26.2.8
diff -u -r1.26.2.8 Makefile.am
--- Makefile.am 31 Mar 2002 10:35:13 -0000 1.26.2.8
+++ Makefile.am 1 Apr 2002 18:47:13 -0000
@@ -39,7 +39,8 @@
if MAINTAINER_MODE
# Fill dist tree.
-include $(top_srcdir)/am/maintainer-dirs
+workbook = $(top_srcdir_absolute)/../workbook
+mscripts = $(top_srcdir_absolute)/../scripts
dist-hook:
( echo 'This is a snapshot of the TODO file.' ; date ; echo ; \
cat $(workbook)/tasks/TODO ) > TODO
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2002-04-01 18:47 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-27 21:17 specifying workbook dir for dist-hook Thien-Thi Nguyen
2002-03-31 1:27 ` Thien-Thi Nguyen
2002-04-01 0:09 ` Marius Vollmer
2002-04-01 2:05 ` Rob Browning
2002-04-01 8:53 ` Thien-Thi Nguyen
2002-04-01 18:47 ` Neil Jerram [this message]
2002-04-01 19:41 ` Thien-Thi Nguyen
2002-04-01 22:08 ` Neil Jerram
2002-04-03 18:43 ` Marius Vollmer
2002-04-03 20:06 ` Thien-Thi Nguyen
2002-04-07 13:04 ` Marius Vollmer
2002-04-07 22:55 ` Thien-Thi Nguyen
2002-04-08 0:06 ` Marius Vollmer
2002-04-08 2:50 ` Thien-Thi Nguyen
2002-04-08 16:28 ` Marius Vollmer
2002-04-08 19:26 ` Thien-Thi Nguyen
2002-04-08 23:56 ` Thien-Thi Nguyen
2002-04-09 16:58 ` Marius Vollmer
2002-04-09 17:09 ` Marius Vollmer
2002-04-01 20:07 ` Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3adsnuugs.fsf@laruns.ossau.uklinux.net \
--to=neil@ossau.uklinux.net \
--cc=guile-devel@gnu.org \
--cc=rlb@defaultvalue.org \
--cc=ttn@glug.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).