makefile.mingw.in Protect the rule to rebuild makefile.mingw if
authorTor Lillqvist <tml@iki.fi>
Thu, 25 Jan 2001 22:08:11 +0000 (22:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 25 Jan 2001 22:08:11 +0000 (22:08 +0000)
2001-01-25  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw.in
* */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
if makefile.mingw.in has changed with a check if said .in file
exists. (This rule is mainly a convenience for yours truly.)

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/makefile.mingw.in
gmodule/makefile.mingw.in
gobject/makefile.mingw.in
gthread/makefile.mingw.in
makefile.mingw.in
tests/makefile.mingw.in

index dafcd24..9e7780a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index dafcd24..9e7780a 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-25  Tor Lillqvist  <tml@iki.fi>
 
+       * makefile.mingw.in
+       * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
+       if makefile.mingw.in has changed with a check if said .in file
+       exists. (This rule is mainly a convenience for yours truly.)
+
        * giowin32.c: Socket support rewritten. It was utterly broken, and
        untested in fact. We still do use a thread for each socket being
        watched, but instead of blocking in recv() (which of course was
index 0a4329f..ef4f514 100644 (file)
@@ -89,9 +89,11 @@ glibconfig.h: glibconfig.h.win32
 config.h: config.h.win32
        cp $< $@
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
 
 ################ glib
 
index 58423f7..5ce374f 100644 (file)
@@ -24,9 +24,11 @@ all : \
        gmodule-$(GLIB_VER).dll \
        testgmodule.exe
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
 
 gmodule_OBJECTS = \
        gmodule.o
index 6625d07..ed77f1b 100644 (file)
@@ -25,10 +25,12 @@ all : \
        gobject-$(GLIB_VER).dll \
        glib-genmarshal.exe
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' \
            -e 's,@RE[B]UILD@,,' <$< >$@
+endif
 
 gobject_OBJECTS =              \
        gboxed.o                \
index f97c4fe..c3757bb 100644 (file)
@@ -23,9 +23,11 @@ BUILD_DLL = ../build-dll
 all : \
        gthread-$(GLIB_VER).dll
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
 
 gthread_OBJECTS = \
        gthread-impl.o
index 0a4329f..ef4f514 100644 (file)
@@ -89,9 +89,11 @@ glibconfig.h: glibconfig.h.win32
 config.h: config.h.win32
        cp $< $@
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
 
 ################ glib
 
index 090c3af..7d6f7f8 100644 (file)
@@ -41,9 +41,11 @@ TESTS = \
 
 all:   $(TESTS)
 
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
 makefile.mingw: makefile.mingw.in
        sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
            -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
 
 .SUFFIXES: .c .exe