all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lawrence Mitchell <wence@gmx.li>
To: 6122@debbugs.gnu.org
Subject: bug#6122: START_FILES is undefined on solaris2.10
Date: Thu, 06 May 2010 09:54:25 +0100	[thread overview]
Message-ID: <pvhpd3x9bebi.fsf@gmx.li> (raw)


The recent changes to src/Makefile.in removed a conditional
definition of START_FILES.

| Author: Dan Nicolaescu <dann@ics.uci.edu>
| Date:   Fri Apr 23 00:21:18 2010 -0700

|     Simplify STARTFILES definition.
|     * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.

At least on solaris2.10, START_FILES is now undefined when
building, which causes make to fail because it doesn't know how
to build the STARTFILES target.

This fix to s/sol2-10.h allows Emacs to build successfully here,
although I am not sure if it is the correct one:

diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h
index 865e175..d21bf85 100644
--- a/src/s/sol2-10.h
+++ b/src/s/sol2-10.h
@@ -27,5 +27,7 @@
 /* This is needed for the system_process_attributes implementation.  */
 #define _STRUCTURED_PROC 1

+#define START_FILES
+
 /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb
    (do not change this comment) */


I do not know if a similar fix should be applied in s/sol2-6.h or
s/usg5-4.h.

Cheers,

Lawrence
-- 
wence@gmx.li








             reply	other threads:[~2010-05-06  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06  8:54 Lawrence Mitchell [this message]
2010-05-06 16:26 ` bug#6122: START_FILES is undefined on solaris2.10 Dan Nicolaescu

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pvhpd3x9bebi.fsf@gmx.li \
    --to=wence@gmx.li \
    --cc=6122@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.