[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Toplevel Makefile.am patch
From: |
Earnie Boyd |
Subject: |
Toplevel Makefile.am patch |
Date: |
Wed, 29 Nov 2006 11:48:43 -0500 |
User-agent: |
Internet Messaging Program (IMP) H3 (4.0.4) |
2006/11/29 Earnie Boyd <address@hidden>
* Makefile.am (check-regression): Change to the srctest
directory created in the previous ln -s command instead of the
test directory.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mingw/msys/packages/make/3.81/Makefile.am,v
retrieving revision 1.1
diff -u -3 -p -r1.1 Makefile.am
--- Makefile.am 29 Nov 2006 15:43:52 -0000 1.1
+++ Makefile.am 29 Nov 2006 16:40:28 -0000
@@ -177,8 +177,8 @@ check-regression:
rm -f tests/$$f; ln -s ../srctests/$$f tests; \
done; fi ;; \
esac; \
- echo "cd tests && $(PERL) ./run_make_tests.pl -make
../make$(EXEEXT) $(MAKETESTFLAGS)"; \
- cd tests && $(PERL) ./run_make_tests.pl -make
../make$(EXEEXT) $(MAKETESTFLAGS); \
+ echo "cd srctests && $(PERL) ./run_make_tests.pl -make
../make$(EXEEXT) $(MAKETESTFLAGS)"; \
+ cd srctests && $(PERL) ./run_make_tests.pl -make
../make$(EXEEXT) $(MAKETESTFLAGS); \
else \
echo "Can't find a working Perl ($(PERL)); the test suite
requires Perl."; \
fi; \
I don't know if this is the correct patch but perl can't find the
./run_make_tests.pl without it. I build in a directory other than the
source.
Earnie Boyd
--
--
******************************************************************************
* The user of this server has agreed to allow the use of a trailer in the *
* mail that he sends for advertising purposes. This advertisment is added *
* by the server and is not in the control of the user of our services. *
******************************************************************************
Save on your shoes, socks and other needs:
http://give-me-an-offer.com/store/shoes
Save on your baby gift needs:
http://give-me-an-offer.com/offers/products/baby
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Toplevel Makefile.am patch,
Earnie Boyd <=