diff --git a/ChangeLog b/ChangeLog index a2b9d9179..25b6a6dfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-07 Mike Kestner + + * */Makefile.am : s|--unsafe|/unsafe to remove a mcs-ism that jluke + exposed in his cygwin build patch. + 2004-06-07 Jeroen Zwartepoorte * configure.in: Add pango pkg-config check. diff --git a/art/Makefile.am b/art/Makefile.am index d9a533ee4..92f121d40 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -58,7 +58,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/atk/Makefile.am b/atk/Makefile.am index 5c322f73d..2fe5258d1 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -47,7 +47,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gda/Makefile.am b/gda/Makefile.am index 8644f8df8..518b8f941 100644 --- a/gda/Makefile.am +++ b/gda/Makefile.am @@ -55,7 +55,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 528023a60..7b123069f 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -85,7 +85,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/glade/Makefile.am b/glade/Makefile.am index c2582e276..13e2cd419 100644 --- a/glade/Makefile.am +++ b/glade/Makefile.am @@ -61,7 +61,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gnome/Makefile.am b/gnome/Makefile.am index 755497b00..d02f9423e 100644 --- a/gnome/Makefile.am +++ b/gnome/Makefile.am @@ -91,7 +91,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gnomedb/Makefile.am b/gnomedb/Makefile.am index a9a9aaa54..cdbed46d0 100644 --- a/gnomedb/Makefile.am +++ b/gnomedb/Makefile.am @@ -55,7 +55,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 24ea821dc..a82f758c2 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -116,7 +116,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/gtkhtml/Makefile.am b/gtkhtml/Makefile.am index 4c634c0c7..aab46e2c0 100644 --- a/gtkhtml/Makefile.am +++ b/gtkhtml/Makefile.am @@ -56,7 +56,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/pango/Makefile.am b/pango/Makefile.am index 88512c4dc..b956332ed 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -53,7 +53,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/rsvg/Makefile.am b/rsvg/Makefile.am index e8bc6f9c3..899ad44f7 100644 --- a/rsvg/Makefile.am +++ b/rsvg/Makefile.am @@ -56,7 +56,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \ diff --git a/vte/Makefile.am b/vte/Makefile.am index 374a275b9..d02533774 100644 --- a/vte/Makefile.am +++ b/vte/Makefile.am @@ -54,7 +54,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub cp $(top_srcdir)/gtk-sharp.pub . $(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub - $(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs + $(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs install-data-local: @if test -n '$(TARGET)'; then \