[Lsb-messages] /var/www/bzr/lsb/4.1/lsbspec r3852: changes to share GTK.m4 were not completed

Mats Wichmann mats at linuxfoundation.org
Fri Oct 11 19:23:17 UTC 2013


------------------------------------------------------------
revno: 3852
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Fri 2013-10-11 13:23:17 -0600
message:
  changes to share GTK.m4 were not completed
modified:
  Toolkit_Gtk/AMD64/GTK/makefile
  Toolkit_Gtk/IA32/GTK/makefile
  Toolkit_Gtk/IA64/GTK/makefile
  Toolkit_Gtk/PPC32/GTK/makefile
  Toolkit_Gtk/PPC64/GTK/makefile
  Toolkit_Gtk/S390/GTK/makefile
  Toolkit_Gtk/S390X/GTK/makefile
-------------- next part --------------
=== modified file 'Toolkit_Gtk/AMD64/GTK/makefile'
--- a/Toolkit_Gtk/AMD64/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/AMD64/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/IA32/GTK/makefile'
--- a/Toolkit_Gtk/IA32/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/IA32/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/IA64/GTK/makefile'
--- a/Toolkit_Gtk/IA64/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/IA64/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/PPC32/GTK/makefile'
--- a/Toolkit_Gtk/PPC32/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/PPC32/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/PPC64/GTK/makefile'
--- a/Toolkit_Gtk/PPC64/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/PPC64/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/S390/GTK/makefile'
--- a/Toolkit_Gtk/S390/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/S390/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)

=== modified file 'Toolkit_Gtk/S390X/GTK/makefile'
--- a/Toolkit_Gtk/S390X/GTK/makefile	2013-10-11 19:09:23 +0000
+++ b/Toolkit_Gtk/S390X/GTK/makefile	2013-10-11 19:23:17 +0000
@@ -30,6 +30,10 @@
 	rm -f $(FILES)
 
 spotless: clean
-	rm -f $(TABLES)
+	rm -f $(TABLES) GTK.m4
+
+# change this if all the books stop sharing the same m4 file
+GTK.m4::
+	cp ../../generic/GTK/$@ .
 
 GTK.sgml: $(TABLES) $(MANPAGES)



More information about the lsb-messages mailing list