mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* Makefile.in (install): Don't install the testsuite.
This commit is contained in:
parent
59fb00ae07
commit
92108f4e26
@ -1,3 +1,7 @@
|
||||
2008-03-09 Brian Dessent <brian@dessent.net>
|
||||
|
||||
* Makefile.in (install): Don't install the testsuite.
|
||||
|
||||
2008-03-08 Brian Dessent <brian@dessent.net>
|
||||
|
||||
* Makefile.in: Add a 'check' target that builds and runs
|
||||
|
@ -157,7 +157,7 @@ realclean: clean
|
||||
|
||||
install: all
|
||||
$(SHELL) $(updir1)/mkinstalldirs $(bindir)
|
||||
for i in $(CYGWIN_BINS) $(MINGW_BINS) ; do \
|
||||
for i in $(CYGWIN_BINS) ${filter-out testsuite.exe,$(MINGW_BINS)} ; do \
|
||||
n=`echo $$i | sed '$(program_transform_name)'`; \
|
||||
$(INSTALL_PROGRAM) $$i $(bindir)/$$n; \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user