Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f91dc72b
Commit
f91dc72b
authored
Feb 04, 2001
by
Brian Wellington
Browse files
725. [bug] Installing man pages could fail.
parent
2bd433da
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f91dc72b
725. [bug] Installing man pages could fail.
724. [func] New libisc functions isc_netaddr_any(),
isc_netaddr_any6().
...
...
bin/check/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
8
2001/02/0
2
1
8
:5
3:00 sjacob
Exp $
# $Id: Makefile.in,v 1.
9
2001/02/0
4
1
5
:5
2:36 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -64,4 +64,4 @@ installdirs:
install
::
named-checkconf named-checkzone installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkconf
${DESTDIR}${sbindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkzone
${DESTDIR}${sbindir}
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/dnssec/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
6
2001/02/0
2
1
8
:5
3:03 sjacob
Exp $
# $Id: Makefile.in,v 1.1
7
2001/02/0
4
1
5
:5
2:38 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -81,4 +81,4 @@ installdirs:
install
::
${TARGETS} installdirs
for
t
in
${TARGETS}
;
do
${LIBTOOL}
${INSTALL_PROGRAM}
$$
t
${DESTDIR}${sbindir}
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/named/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.6
6
2001/02/0
1 23:22:13 sjacob
Exp $
# $Id: Makefile.in,v 1.6
7
2001/02/0
4 15:52:39 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -103,4 +103,4 @@ installdirs:
install
::
named lwresd installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named
${DESTDIR}${sbindir}
(
cd
${DESTDIR}${sbindir}
;
rm
-f
lwresd
;
@LN@ named lwresd
)
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/nsupdate/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
2
2001/02/0
2
1
8
:5
3:04 sjacob
Exp $
# $Id: Makefile.in,v 1.1
3
2001/02/0
4
1
5
:5
2:40 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -66,4 +66,4 @@ installdirs:
install
::
nsupdate installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
nsupdate
${DESTDIR}${bindir}
${INSTALL_
PROGRAM
}
nsupdate.8
${DESTDIR}${mandir}
/man8
${INSTALL_
DATA
}
nsupdate.8
${DESTDIR}${mandir}
/man8
bin/rndc/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
7
2001/02/0
2
1
8:53:05 sjacob
Exp $
# $Id: Makefile.in,v 1.1
8
2001/02/0
4
1
5:52:41 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -65,8 +65,8 @@ installdirs:
install
::
rndc installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
rndc
${DESTDIR}${sbindir}
${INSTALL_
PROGRAM
}
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_
PROGRAM
}
rndc.conf.5
${DESTDIR}${mandir}
/man5
${INSTALL_
DATA
}
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_
DATA
}
rndc.conf.5
${DESTDIR}${mandir}
/man5
clean distclean
::
rm
-f
${TARGETS}
lib/lwres/man/Makefile.in
View file @
f91dc72b
...
...
@@ -54,4 +54,4 @@ installdirs:
$(SHELL)
${top_srcdir}
/mkinstalldirs
${DESTDIR}${mandir}
/man3
install
::
installdirs
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man3
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man3
;
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment