mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-22 04:08:13 +02:00
2005-03-28 Tollef Fog Heen <tfheen@err.no>
Author: tfheen
Date: 2005-03-28 15:49:23 GMT
2005-03-28 Tollef Fog Heen <tfheen@err.no>
* glib-patches/distcheckfix.diff: Add some files to CLEANFILES so
make distcheck now works.
This commit is contained in:
parent
b8125bf542
commit
61efa4f6c4
2 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-03-28 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* glib-patches/distcheckfix.diff: Add some files to CLEANFILES so
|
||||
make distcheck now works.
|
||||
|
||||
2005-03-28 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* autogen.sh: Extra paranoia -- fail if running auto* fails or if
|
||||
|
|
|
|||
17
glib-patches/distcheckfix.diff
Normal file
17
glib-patches/distcheckfix.diff
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--- glib-1.2.8/tests/Makefile.am.old 2005-03-28 13:18:58.219623027 +0200
|
||||
+++ glib-1.2.8/tests/Makefile.am 2005-03-28 13:19:07.243153444 +0200
|
||||
@@ -34,3 +34,5 @@
|
||||
|
||||
makefile.msc: $(top_builddir)/config.status $(top_srcdir)/tests/makefile.msc.in
|
||||
cd $(top_builddir) && CONFIG_FILES=tests/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
+
|
||||
+CLEANFILES = makefile.msc
|
||||
--- glib-1.2.8/Makefile.am.old 2005-03-28 13:20:29.053829656 +0200
|
||||
+++ glib-1.2.8/Makefile.am 2005-03-28 13:20:47.429836916 +0200
|
||||
@@ -120,3 +120,6 @@
|
||||
&& cp INSTALL README $(distdir) ; \
|
||||
fi \
|
||||
&& cp glib.spec $(distdir)
|
||||
+
|
||||
+CLEANFILES = stamp-gc-h glibconfig-sysdefs.h glibconfig.h makefile.msc \
|
||||
+ glibconfig.h.win32 config.h.win32
|
||||
Loading…
Add table
Reference in a new issue