Error in make file
- From: Baho Utot <baho-utot@xxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 20:14:13 -0500
The following is a fragment of my Makefile (GNU Make 3.81).
I believe the error stems from the grep (line) but I don't know why it
errors.
PKGLIST is a list of sub directories to "grep the Build.Log" looking for
compile and installation errors.
This is the error:
make: *** [errors] Error 1
Makefile fragment
PKGLIST = Linux-API-Headers Man-pages Glibc
errors:
for dir in $(PKGLIST); do \
echo "Checking: "$$dir; \
grep Error $$dir/Build.Log; \
done
Anyone know the fix?
--
Dancin in the ruins tonight
Tayo'y Mga Pinoy
.
- Follow-Ups:
- Re: Error in make file
- From: Dan Espen
- Re: Error in make file
- Prev by Date: Re: Pytick or Invest with Fedora 6
- Next by Date: Mail Server
- Previous by thread: Pytick or Invest with Fedora 6
- Next by thread: Re: Error in make file
- Index(es):
Relevant Pages
|