Bugzilla – Attachment 403 Details for
Bug 644
"make clean" fails when building outside of source tree
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix "make clean" target
openssh-regress.patch (text/plain), 1.49 KB, created by
Darren Tucker
on 2003-09-17 10:34:17 AEST
(
hide
)
Description:
Fix "make clean" target
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-17 10:34:17 AEST
Size:
1.49 KB
patch
obsolete
>Index: Makefile.in >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/Makefile.in,v >retrieving revision 1.249 >diff -u -p -r1.249 Makefile.in >--- Makefile.in 14 Sep 2003 01:40:36 -0000 1.249 >+++ Makefile.in 17 Sep 2003 00:36:23 -0000 >@@ -192,20 +192,18 @@ ssh_prng_cmds.out: ssh_prng_cmds > moduli: > echo > >-clean: >+clean: regressclean > rm -f *.o *.a $(TARGETS) logintest config.cache config.log > rm -f *.out core > (cd openbsd-compat && $(MAKE) clean) >- (cd regress && $(MAKE) clean) > >-distclean: >+distclean: regressclean > rm -f *.o *.a $(TARGETS) logintest config.cache config.log > rm -f *.out core > rm -f Makefile config.h config.status ssh_prng_cmds *~ > rm -rf autom4te.cache > (cd openbsd-compat && $(MAKE) distclean) > (cd scard && $(MAKE) distclean) >- (cd regress && $(MAKE) distclean) > > veryclean: distclean > rm -f configure config.h.in *.0 >@@ -373,6 +371,8 @@ uninstall: > tests: $(TARGETS) > BUILDDIR=`pwd`; \ > [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ >+ [ -f `pwd`/regress/Makefile ] || \ >+ ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \ > TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ > TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \ > TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \ >@@ -398,3 +398,8 @@ tests: $(TARGETS) > TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \ > EXEEXT="$(EXEEXT)" \ > $@ >+ >+regressclean: >+ if [ -f regress/Makefile -a -r regress/Makefile ]; then \ >+ (cd regress && $(MAKE) clean) \ >+ fi
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 644
: 403