Displaying 6 results from an estimated 6 matches for "veryclean".
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
...ntest 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 openbsd-compat && $(MAKE) distclean)
+ (cd scard && $(MAKE) distclean)
veryclean:
rm -f configure config.h.in *.0
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
- (cd openbsd-compat; $(MAKE) distclean)
- (cd scard; $(MAKE) distclean)
+ (cd openbsd-compat && $(MAKE) distclean)
+...
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi,
I have gnuwin32 (b18) and the rw0613b.zip version of R.
With regards to (re)making the dynload dll demo given (zero.dll) could
anyone tell me what the command line for the makefile should be.
ie,
make -f Makefile.in ...?
Thanks for any help
--
Douglas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 May 07
1
Remake configure/config.h.in/etc.
...rm -f *.o *.a $(TARGETS) logintest config.cache config.log
@@ -146,12 +170,12 @@
distclean: clean
(cd openbsd-compat; $(MAKE) distclean)
- rm -f Makefile config.h config.status ssh_prng_cmds *~
+ rm -f Makefile config.h config.h-touch config.status ssh_prng_cmds *~
mrproper: distclean
veryclean: distclean
- rm -f configure config.h.in *.0
+ rm -f configure config.h.in config.h.in-touch *.0
catman-do:
@for f in $(MANPAGES_IN) ; do \
Index: configure.in
@@ -1881,7 +1881,8 @@
AC_EXEEXT
-AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds)
+AC_OUTPUT(Makefile openbsd-compat/Mak...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...nbsd-compat && $(MAKE) clean)
distclean:
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)
veryclean:
rm -f configure config.h.in *.0
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)
mrproper: distclean
catman-do:
@for...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...nbsd-compat && $(MAKE) clean)
distclean:
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)
veryclean:
rm -f configure config.h.in *.0
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)
mrproper: distclean
catman-do:
@for...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer