]> git.pld-linux.org Git - packages/bind.git/blame - bind-pmake.patch
- ahh, what the hell: openssl 0.9.7c
[packages/bind.git] / bind-pmake.patch
CommitLineData
e722e68a 1--- bind-9.2.1/make/rules.in Tue Mar 26 00:55:15 2002
2+++ bind-9.2.1.new/make/rules.in Sat Mar 1 16:59:10 2003
3@@ -47,7 +47,10 @@
4 ### Makefile may define:
5 ### TARGETS
6
7-all: subdirs ${TARGETS}
8+all: touchfile ${TARGETS}
9+
10+touchfile: subdirs
11+ touch touchfile
12
13 ###
14 ### Subdirectories
15--- bind-9.2.1/lib/isc/Makefile.in Mon Oct 22 23:28:13 2001
16+++ bind-9.2.1.new/lib/isc/Makefile.in Sat Mar 1 17:07:48 2003
17@@ -88,11 +88,11 @@
18 -DLIBAGE=${LIBAGE} \
19 -c ${srcdir}/version.c
20
21-libisc.@SA@: ${OBJS}
22+libisc.@SA@: touchfile ${OBJS}
23 ${AR} ${ARFLAGS} $@ ${OBJS}
24 ${RANLIB} $@
25
26-libisc.la: ${OBJS}
27+libisc.la: touchfile ${OBJS}
28 ${LIBTOOL} --mode=link \
29 ${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \
30 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
31--- bind-9.2.1/lib/dns/Makefile.in Sat Mar 1 17:22:26 2003
32+++ bind-9.2.1.new/lib/dns/Makefile.in Sat Mar 1 18:02:49 2003
33@@ -90,17 +90,17 @@
34 -DLIBAGE=${LIBAGE} \
35 -c ${srcdir}/version.c
36
37-libdns.@SA@: ${OBJS}
38+libdns.@SA@: touchfile ${OBJS}
39 ${AR} ${ARFLAGS} $@ ${OBJS}
40 ${RANLIB} $@
41
42-libdns.la: ${OBJS}
43+libdns.la: touchfile ${OBJS}
44 ${LIBTOOL} --mode=link \
45 ${CC} ${ALL_CFLAGS} -o libdns.la -rpath ${libdir} \
46 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
47 ${OBJS} ${LIBS}
48
49-timestamp: libdns.@A@
50+timestamp: include libdns.@A@
51 touch timestamp
52
53 installdirs:
54@@ -148,3 +148,6 @@
55 include/dns/rdatastruct.h code.h
56 subdirs: include/dns/enumtype.h include/dns/enumclass.h \
57 include/dns/rdatastruct.h code.h
58+
59+$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \
60+ include/dns/rdatastruct.h code.h
61--- bind-9.2.1/lib/bind/make/rules.in Fri Jun 29 15:25:15 2001
62+++ bind-9.2.1.new/lib/bind/make/rules.in Sat Mar 1 19:25:24 2003
63@@ -48,8 +48,10 @@
64 ### Makefile may define:
65 ### TARGETS
66
67-all: subdirs ${TARGETS}
68+all: touchfile ${TARGETS}
69
70+touchfile: subdirs
71+ touch touchfile
72 ###
73 ### Subdirectories
74 ###
75--- bind-9.2.1/lib/bind/Makefile.in Sat Mar 1 17:22:26 2003
76+++ bind-9.2.1.new/lib/bind/Makefile.in Sat Mar 1 19:45:21 2003
77@@ -94,11 +94,11 @@
78
79 @BIND9_MAKE_RULES@
80
81-libbind.@SA@: ${OBJS}
82+libbind.@SA@: touchfile
83 ${AR} ${ARFLAGS} $@ ${OBJS}
84 ${RANLIB} $@
85
86-libbind.la: ${OBJS}
87+libbind.la: touchfile
88 ${LIBTOOL} --mode=link \
89 ${CC} ${ALL_CFLAGS} -o libbind.la -rpath ${libdir} \
90 -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
This page took 0.554852 seconds and 4 git commands to generate.