Bugzilla – Attachment 186 Details for
Bug 318
Install failure creating ssh_prng_cmds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch
openssh-3.5p1-Makefile-fix.diff (text/plain), 1.64 KB, created by
Mark D. Roth
on 2002-12-14 12:11:56 AEDT
(
hide
)
Description:
Makefile patch
Filename:
MIME Type:
Creator:
Mark D. Roth
Created:
2002-12-14 12:11:56 AEDT
Size:
1.64 KB
patch
obsolete
>diff -urN /scratch/openssh-3.5p1/Makefile.in openssh-3.5p1/Makefile.in >--- /scratch/openssh-3.5p1/Makefile.in Sun Jul 14 12:02:21 2002 >+++ openssh-3.5p1/Makefile.in Fri Dec 13 18:58:48 2002 >@@ -92,7 +92,7 @@ > > FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) > >-all: $(CONFIGFILES) $(MANPAGES) $(TARGETS) >+all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) > > $(LIBSSH_OBJS): config.h > $(SSHOBJS): config.h >@@ -163,6 +163,11 @@ > conffile=`echo $@ | sed 's/.out$$//'`; \ > $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@ > >+ssh_prng_cmds.out: ssh_prng_cmds >+ if test -n "$(INSTALL_SSH_PRNG_CMDS)"; then \ >+ $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ >+ fi >+ > clean: > rm -f *.o *.a $(TARGETS) logintest config.cache config.log > rm -f *.out core >@@ -198,8 +203,8 @@ > $(AUTORECONF) > (cd scard && $(MAKE) -f Makefile.in distprep) > >-install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key check-config >-install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files >+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config >+install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files > > check-config: > -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config >@@ -263,7 +268,6 @@ > echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \ > fi > @if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ >- $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ > if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \ > $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ > else \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318
: 186