]> git.pld-linux.org Git - packages/bind.git/blob - bind-pmake.patch
- updated for bind 9.2.4
[packages/bind.git] / bind-pmake.patch
1 Only in bind-9.2.4: bind-pmake.patch
2 diff -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
5 @@ -49,8 +49,10 @@
6  ### Makefile may define:
7  ###    TARGETS
8  
9 -all: subdirs ${TARGETS}
10 +all: touchfile ${TARGETS}
11  
12 +touchfile: subdirs
13 +       touch touchfile
14  ###
15  ### Subdirectories
16  ###
17 diff -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 @@
21  
22  @BIND9_MAKE_RULES@
23  
24 -libbind.@SA@: ${OBJS}
25 +libbind.@SA@: touchfile
26         ${AR} ${ARFLAGS} $@ ${OBJS}
27         ${RANLIB} $@
28  
29 -libbind.la: ${OBJS}
30 +libbind.la: touchfile
31         ${LIBTOOL_MODE_LINK} \
32         ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libbind.la -rpath ${libdir} \
33                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
34 diff -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 @@
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}
48         ${LIBTOOL_MODE_LINK} \
49                 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
50                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
51 @@ -129,7 +129,7 @@
52                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
53                 ${GSSAPIOBJS} ${LIBS}
54  
55 -timestamp: libdns.@A@
56 +timestamp: include libdns.@A@
57         touch timestamp
58  
59  installdirs:
60 @@ -177,5 +177,8 @@
61         include/dns/rdatastruct.h code.h
62  subdirs: include/dns/enumtype.h include/dns/enumclass.h \
63         include/dns/rdatastruct.h code.h
64 +$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \
65 +       include/dns/rdatastruct.h code.h
66  ${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \
67          include/dns/rdatastruct.h
68 +
69 diff -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
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}
83         ${LIBTOOL_MODE_LINK} \
84                 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
85                 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
86 diff -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
89 @@ -47,7 +47,10 @@
90  ### Makefile may define:
91  ###    TARGETS
92  
93 -all: subdirs ${TARGETS}
94 +all: touchfile ${TARGETS}
95 +
96 +touchfile: subdirs
97 +       touch touchfile
98  
99  ###
100  ### Subdirectories
This page took 0.487663 seconds and 4 git commands to generate.