diff options
author | Christopher Faylor <me@cgf.cx> | 2006-07-23 23:28:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-07-23 23:28:49 +0000 |
commit | d9969dfc914f6465e15e88103e6af028f0e49099 (patch) | |
tree | 0001fecc96abb20c8e7e545ebb831377429f34b9 /winsup/testsuite | |
parent | 739a6f47492ef80eccf35a583f81646f152a6122 (diff) | |
download | cygnal-d9969dfc914f6465e15e88103e6af028f0e49099.tar.gz cygnal-d9969dfc914f6465e15e88103e6af028f0e49099.tar.bz2 cygnal-d9969dfc914f6465e15e88103e6af028f0e49099.zip |
* Makefile.in: Update copyrigh. Remove unused stuff.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/testsuite/Makefile.in | 18 |
2 files changed, 6 insertions, 16 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index f5b244a07..cc4165fae 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-07-23 Christopher Faylor <cgf@timesys.com> + + * Makefile.in: Update copyrigh. Remove unused stuff. + 2006-07-17 Christopher Faylor <cgf@timesys.com> * Makefile.in: Simplify a little. diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index fc76e9cae..da7c56094 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile.in for Cygwin's testsuite. -# Copyright 2000, 2001, 2002, 2003 Red Hat, Inc. +# Copyright 2000, 2001, 2002, 2003, 2005, 2006 Red Hat, Inc. # # This file is part of Cygwin. # @@ -40,9 +40,6 @@ includedir:=@includedir@ TESTSUP_INCLUDES:=-I$(libltp_srcdir)/include -INSTALL:=@INSTALL@ -INSTALL_PROGRAM:=@INSTALL_PROGRAM@ - # # --enable options from configure # @@ -55,15 +52,9 @@ ifneq (,$(CFLAGS)) else CFLAGS:=@CFLAGS@ -MD $(TESTSUP_INCLUDES) endif -CXXFLAGS:=@CXXFLAGS@ AR:=@AR@ AR_FLAGS:=qv -RANLIB:=@RANLIB@ -LD:=@LD@ -DLLTOOL:=@DLLTOOL@ -WINDRES:=@WINDRES@ -AS:=@AS@ # # Include common definitions for winsup directory @@ -73,8 +64,6 @@ include $(srcdir)/../Makefile.common override CC:=$(CC) $(GCC_INCLUDE) export CC -INSTALL_DATA:=$(SHELL) $(updir1)/install-sh -c - RUNTESTFLAGS = ifdef VERBOSE @@ -91,14 +80,11 @@ override COMPILE_CC:=${filter-out -O%,$(COMPILE_CC)} override CFLAGS:=${filter-out -O%,$(CFLAGS)} export CFLAGS -.PHONY: all force dll_ofiles install all_target install_target all_host install_host +.PHONY: all force dll_ofiles install all_target install_target install_host .SUFFIXES: .SUFFIXES: .c .cc .def .a .o .d -all_host=@all_host@ -install_host=@install_host@ - all: $(TESTSUP_LIB_NAME) force: |