mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
test progs instead; they work better than what we have.
This commit is contained in:
parent
ec4e4daa6c
commit
637c80aa6f
@ -3,6 +3,8 @@
|
|||||||
closefrom.c from sudo.
|
closefrom.c from sudo.
|
||||||
- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
|
- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
|
||||||
- (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
|
- (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
|
||||||
|
- (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
|
||||||
|
test progs instead; they work better than what we have.
|
||||||
|
|
||||||
20060817
|
20060817
|
||||||
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
|
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
|
||||||
@ -5224,4 +5226,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4485 2006/08/18 10:09:32 dtucker Exp $
|
$Id: ChangeLog,v 1.4486 2006/08/18 10:56:18 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.in,v 1.2 2006/08/17 09:40:35 dtucker Exp $
|
# $Id: Makefile.in,v 1.3 2006/08/18 10:56:19 dtucker Exp $
|
||||||
|
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
piddir=@piddir@
|
piddir=@piddir@
|
||||||
@ -26,15 +26,6 @@ t-exec: $(TESTPROGS)
|
|||||||
done
|
done
|
||||||
@echo finished compat regress tests
|
@echo finished compat regress tests
|
||||||
|
|
||||||
strtonumtest: strtonumtest.c $(LIBCOMPAT)
|
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -o strtonumtest $< $(LDFLAGS)
|
|
||||||
|
|
||||||
strduptest: strduptest.c $(LIBCOMPAT)
|
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -o strduptest $< $(LDFLAGS)
|
|
||||||
|
|
||||||
closefromtest: closefromtest.c $(LIBCOMPAT)
|
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -o closefromtest $< $(LDFLAGS)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a core $(TESTPROGS) valid.out
|
rm -f *.o *.a core $(TESTPROGS) valid.out
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user