]> git.pld-linux.org Git - packages/bind.git/blame - bind-pmake.patch
- idn patch updated,
[packages/bind.git] / bind-pmake.patch
CommitLineData
c722a4ac 1diff -ur bind-9.3.0rc3.orig/lib/bind/make/rules.in bind-9.3.0rc3/lib/bind/make/rules.in
2--- bind-9.3.0rc3.orig/lib/bind/make/rules.in 2004-03-15 02:02:44.000000000 +0100
3+++ bind-9.3.0rc3/lib/bind/make/rules.in 2004-09-01 10:51:31.568733488 +0200
5c962666 4@@ -49,8 +49,10 @@
e722e68a 5 ### Makefile may define:
6 ### TARGETS
7
8-all: subdirs ${TARGETS}
9+all: touchfile ${TARGETS}
5c962666 10
e722e68a 11+touchfile: subdirs
12+ touch touchfile
e722e68a 13 ###
14 ### Subdirectories
5c962666 15 ###
c722a4ac 16diff -ur bind-9.3.0rc3.orig/lib/bind/Makefile.in bind-9.3.0rc3/lib/bind/Makefile.in
17--- bind-9.3.0rc3.orig/lib/bind/Makefile.in 2004-07-20 09:01:56.000000000 +0200
18+++ bind-9.3.0rc3/lib/bind/Makefile.in 2004-09-01 10:56:00.622831048 +0200
19@@ -94,11 +94,11 @@
e722e68a 20
5c962666
AM
21 @BIND9_MAKE_RULES@
22
23-libbind.@SA@: ${OBJS}
c722a4ac 24+libbind.@SA@: touchfile ${OBJS}
e722e68a 25 ${AR} ${ARFLAGS} $@ ${OBJS}
26 ${RANLIB} $@
27
5c962666 28-libbind.la: ${OBJS}
c722a4ac 29+libbind.la: touchfile ${OBJS}
acdb7d00 30 ${LIBTOOL_MODE_LINK} \
31 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libbind.la -rpath ${libdir} \
e722e68a 32 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
c722a4ac 33diff -ur bind-9.3.0rc3.orig/lib/dns/Makefile.in bind-9.3.0rc3/lib/dns/Makefile.in
34--- bind-9.3.0rc3.orig/lib/dns/Makefile.in 2004-07-20 09:01:57.000000000 +0200
35+++ bind-9.3.0rc3/lib/dns/Makefile.in 2004-09-01 10:54:21.089962344 +0200
36@@ -101,17 +101,17 @@
e722e68a 37 -DLIBAGE=${LIBAGE} \
38 -c ${srcdir}/version.c
39
40-libdns.@SA@: ${OBJS}
41+libdns.@SA@: touchfile ${OBJS}
42 ${AR} ${ARFLAGS} $@ ${OBJS}
43 ${RANLIB} $@
44
45-libdns.la: ${OBJS}
46+libdns.la: touchfile ${OBJS}
acdb7d00 47 ${LIBTOOL_MODE_LINK} \
48 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
e722e68a 49 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
c722a4ac 50 ${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
e722e68a 51
52-timestamp: libdns.@A@
53+timestamp: include libdns.@A@
54 touch timestamp
55
56 installdirs:
c722a4ac 57diff -ur bind-9.3.0rc3.orig/lib/isc/Makefile.in bind-9.3.0rc3/lib/isc/Makefile.in
58--- bind-9.3.0rc3.orig/lib/isc/Makefile.in 2004-07-20 09:01:58.000000000 +0200
59+++ bind-9.3.0rc3/lib/isc/Makefile.in 2004-09-01 10:52:47.772148808 +0200
5c962666
AM
60@@ -88,11 +88,11 @@
61 -DLIBAGE=${LIBAGE} \
62 -c ${srcdir}/version.c
63
64-libisc.@SA@: ${OBJS}
65+libisc.@SA@: touchfile ${OBJS}
66 ${AR} ${ARFLAGS} $@ ${OBJS}
67 ${RANLIB} $@
68
69-libisc.la: ${OBJS}
70+libisc.la: touchfile ${OBJS}
acdb7d00 71 ${LIBTOOL_MODE_LINK} \
72 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
5c962666 73 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
c722a4ac 74diff -ur bind-9.3.0rc3.orig/make/rules.in bind-9.3.0rc3/make/rules.in
75--- bind-9.3.0rc3.orig/make/rules.in 2004-07-20 09:02:00.000000000 +0200
76+++ bind-9.3.0rc3/make/rules.in 2004-09-01 10:51:31.574732576 +0200
5c962666 77@@ -47,7 +47,10 @@
e722e68a 78 ### Makefile may define:
79 ### TARGETS
80
81-all: subdirs ${TARGETS}
82+all: touchfile ${TARGETS}
5c962666 83+
e722e68a 84+touchfile: subdirs
85+ touch touchfile
5c962666 86
e722e68a 87 ###
88 ### Subdirectories
This page took 0.037478 seconds and 4 git commands to generate.