]> git.pld-linux.org Git - packages/bind.git/blame - bind-pmake.patch
- replaced by nslookup(1) provided in bind sources
[packages/bind.git] / bind-pmake.patch
CommitLineData
acdb7d00 1Only in bind-9.2.4: bind-pmake.patch
2diff -ur bind-9.2.4-orig/lib/bind/make/rules.in bind-9.2.4/lib/bind/make/rules.in
3--- bind-9.2.4-orig/lib/bind/make/rules.in 2004-03-15 05:44:47.000000000 +0100
4+++ bind-9.2.4/lib/bind/make/rules.in 2004-09-24 12:14:10.777828088 +0200
5c962666 5@@ -49,8 +49,10 @@
e722e68a 6 ### Makefile may define:
7 ### TARGETS
8
9-all: subdirs ${TARGETS}
10+all: touchfile ${TARGETS}
5c962666 11
e722e68a 12+touchfile: subdirs
13+ touch touchfile
e722e68a 14 ###
15 ### Subdirectories
5c962666 16 ###
acdb7d00 17diff -ur bind-9.2.4-orig/lib/bind/Makefile.in bind-9.2.4/lib/bind/Makefile.in
18--- bind-9.2.4-orig/lib/bind/Makefile.in 2004-09-24 12:09:25.000000000 +0200
19+++ bind-9.2.4/lib/bind/Makefile.in 2004-09-24 12:17:08.951741536 +0200
20@@ -96,11 +96,11 @@
e722e68a 21
5c962666
AM
22 @BIND9_MAKE_RULES@
23
24-libbind.@SA@: ${OBJS}
25+libbind.@SA@: touchfile
e722e68a 26 ${AR} ${ARFLAGS} $@ ${OBJS}
27 ${RANLIB} $@
28
5c962666
AM
29-libbind.la: ${OBJS}
30+libbind.la: touchfile
acdb7d00 31 ${LIBTOOL_MODE_LINK} \
32 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libbind.la -rpath ${libdir} \
e722e68a 33 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
acdb7d00 34diff -ur bind-9.2.4-orig/lib/dns/Makefile.in bind-9.2.4/lib/dns/Makefile.in
35--- bind-9.2.4-orig/lib/dns/Makefile.in 2004-09-24 12:10:43.000000000 +0200
36+++ bind-9.2.4/lib/dns/Makefile.in 2004-09-24 12:16:30.551579248 +0200
37@@ -99,11 +99,11 @@
e722e68a 38 -DLIBAGE=${LIBAGE} \
39 -c ${srcdir}/version.c
40
41-libdns.@SA@: ${OBJS}
42+libdns.@SA@: touchfile ${OBJS}
43 ${AR} ${ARFLAGS} $@ ${OBJS}
44 ${RANLIB} $@
45
46-libdns.la: ${OBJS}
47+libdns.la: touchfile ${OBJS}
acdb7d00 48 ${LIBTOOL_MODE_LINK} \
49 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
e722e68a 50 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
acdb7d00 51@@ -129,7 +129,7 @@
5c962666
AM
52 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
53 ${GSSAPIOBJS} ${LIBS}
e722e68a 54
55-timestamp: libdns.@A@
56+timestamp: include libdns.@A@
57 touch timestamp
58
59 installdirs:
acdb7d00 60@@ -177,5 +177,8 @@
e722e68a 61 include/dns/rdatastruct.h code.h
62 subdirs: include/dns/enumtype.h include/dns/enumclass.h \
63 include/dns/rdatastruct.h code.h
e722e68a 64+$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \
65+ include/dns/rdatastruct.h code.h
acdb7d00 66 ${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \
67 include/dns/rdatastruct.h
68+
69diff -ur bind-9.2.4-orig/lib/isc/Makefile.in bind-9.2.4/lib/isc/Makefile.in
70--- bind-9.2.4-orig/lib/isc/Makefile.in 2004-07-20 09:00:19.000000000 +0200
71+++ bind-9.2.4/lib/isc/Makefile.in 2004-09-24 12:15:16.713804296 +0200
5c962666
AM
72@@ -88,11 +88,11 @@
73 -DLIBAGE=${LIBAGE} \
74 -c ${srcdir}/version.c
75
76-libisc.@SA@: ${OBJS}
77+libisc.@SA@: touchfile ${OBJS}
78 ${AR} ${ARFLAGS} $@ ${OBJS}
79 ${RANLIB} $@
80
81-libisc.la: ${OBJS}
82+libisc.la: touchfile ${OBJS}
acdb7d00 83 ${LIBTOOL_MODE_LINK} \
84 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
5c962666 85 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
acdb7d00 86diff -ur bind-9.2.4-orig/make/rules.in bind-9.2.4/make/rules.in
87--- bind-9.2.4-orig/make/rules.in 2004-07-20 09:00:21.000000000 +0200
88+++ bind-9.2.4/make/rules.in 2004-09-24 12:14:10.788826416 +0200
5c962666 89@@ -47,7 +47,10 @@
e722e68a 90 ### Makefile may define:
91 ### TARGETS
92
93-all: subdirs ${TARGETS}
94+all: touchfile ${TARGETS}
5c962666 95+
e722e68a 96+touchfile: subdirs
97+ touch touchfile
5c962666 98
e722e68a 99 ###
100 ### Subdirectories
This page took 0.042952 seconds and 4 git commands to generate.