all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6122: START_FILES is undefined on solaris2.10
@ 2010-05-06  8:54 Lawrence Mitchell
  2010-05-06 16:26 ` Dan Nicolaescu
  0 siblings, 1 reply; 2+ messages in thread
From: Lawrence Mitchell @ 2010-05-06  8:54 UTC (permalink / raw)
  To: 6122


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








^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#6122: START_FILES is undefined on solaris2.10
  2010-05-06  8:54 bug#6122: START_FILES is undefined on solaris2.10 Lawrence Mitchell
@ 2010-05-06 16:26 ` Dan Nicolaescu
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2010-05-06 16:26 UTC (permalink / raw)
  To: Lawrence Mitchell; +Cc: 6122-done

Lawrence Mitchell <wence@gmx.li> writes:

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

Thanks, this should be fixed now.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-06 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06  8:54 bug#6122: START_FILES is undefined on solaris2.10 Lawrence Mitchell
2010-05-06 16:26 ` Dan Nicolaescu

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.