[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: makefile problems...please help



Hi,
	if this is in a makefile, try $$dir instead:
----------------------------------------------------------------------
<target>:
	[...]
	for dir in tcl7.6/unix tk4.2/unix itcl/unix itk/unix \
	           iwidgets2.2.0/unix; do \
	    (cd $$dir; $(MAKE) all) ; done 
	[...]
======================================================================

	The single $dir shall be interpreted as a Make variable, and
 using $MAKE) instead of make shall allow you to pass in options like
 -n and -j, etc.

	manoj
-- 
 echo "ICK, NOTHING WORKED!!!  You may have to diddle the includes.";;
 --Larry Wall in Configure from the perl distribution
Manoj Srivastava  <srivasta@acm.org> <http://www.datasync.com/%7Esrivasta/>
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: