glib/Makefile.am (glib.def) gcc -E complains "linker unused because
authorTor Lillqvist <tml@iki.fi>
Tue, 30 Nov 2004 21:55:48 +0000 (21:55 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 30 Nov 2004 21:55:48 +0000 (21:55 +0000)
2004-11-30  Tor Lillqvist  <tml@iki.fi>

* glib/Makefile.am (glib.def)
* gobject/Makefile.am (gobject.def): gcc -E complains "linker
unused because linking not done" if told to preprocess an
*.symbols file. Use '-' and redirection to pass it as standard
input instead.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/Makefile.am
gobject/ChangeLog
gobject/Makefile.am

index f09a4eab5904db91e0b704e4b529e376b345e660..ff837f535b45632f55431c4185314e81982140c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (glib.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       glib.symbols file. Use '-' and redirection to pass it as standard
+       input instead.
+
 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index f09a4eab5904db91e0b704e4b529e376b345e660..ff837f535b45632f55431c4185314e81982140c6 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (glib.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       glib.symbols file. Use '-' and redirection to pass it as standard
+       input instead.
+
 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index f09a4eab5904db91e0b704e4b529e376b345e660..ff837f535b45632f55431c4185314e81982140c6 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (glib.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       glib.symbols file. Use '-' and redirection to pass it as standard
+       input instead.
+
 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index f09a4eab5904db91e0b704e4b529e376b345e660..ff837f535b45632f55431c4185314e81982140c6 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (glib.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       glib.symbols file. Use '-' and redirection to pass it as standard
+       input instead.
+
 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index f09a4eab5904db91e0b704e4b529e376b345e660..ff837f535b45632f55431c4185314e81982140c6 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (glib.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       glib.symbols file. Use '-' and redirection to pass it as standard
+       input instead.
+
 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index 979da8d85e9cb70b473424b378aca2e70ed42e92..8fb9e06049e2c52944bfb50e3ffe2e5873464633 100644 (file)
@@ -14,7 +14,7 @@ INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=\"GLib\" \
        $(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION 
 
 glib.def: glib.symbols
-       (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/       /' -e 's/G_GNUC_[^ ]*//g') > glib.def
+       (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 - <$(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/    /' -e 's/G_GNUC_[^ ]*//g') > glib.def
 
 galias.h: glib.symbols
          $(PERL) $(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
index 7609bf869331f2770ebb0085b76745afce751778..8c62c57dba9345de353d4530405aef51188a76bf 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am (gobject.def): gcc -E complains "linker input file
+       unused because linking not done" if told to preprocess the
+       gobject.symbols file. Use '-' and redirection to pass it as
+       standard input instead.
+
 Sun Nov 28 13:21:12 2004  Manish Singh  <yosh@gimp.org>
 
        * abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
index cca64c5e4dc347c77511c809c4f95346d10e0362..e2ee042aebb43e3bb88f7973344e46940a8ea1de 100644 (file)
@@ -14,7 +14,7 @@ INCLUDES = \
        -DG_DISABLE_CONST_RETURNS
 
 gobject.def: gobject.symbols
-       (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/    /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def
+       (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 - <$(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def
 
 gobjectalias.h: gobject.symbols
        $(PERL) $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h